Skip to content

Commit

Permalink
Fix Bug #4569 (#4571)
Browse files Browse the repository at this point in the history
* Fix Bug #4569

* add changeset

* Update unable-to-build-docker-image .md

---------

Co-authored-by: Tomasz Grycuk <tomasz.grycuk@gmail.com>
Co-authored-by: Patryk Andrzejewski <vox3r69@gmail.com>
  • Loading branch information
3 people committed Dec 27, 2023
1 parent 951b181 commit 8e0e208
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/unable-to-build-docker-image .md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Fix dockerfile build error caused by deleted file and bash script
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-alpine as builder
RUN apk --no-cache add bash
WORKDIR /app
COPY package*.json ./
COPY scripts/patchReactVirtualized.js scripts/
ENV CI 1
RUN npm ci --legacy-peer-deps

Expand Down

0 comments on commit 8e0e208

Please sign in to comment.