Skip to content

Commit

Permalink
Merge branch 'main' into draft-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wojteknowacki committed Dec 28, 2023
2 parents d8c0993 + 5546daa commit eb96c45
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 eb96c45

Please sign in to comment.