Skip to content

Commit

Permalink
Fix building docker image after move service worker to assets dir (#4828
Browse files Browse the repository at this point in the history
)

* Fix dockerfile

* Add changeset
  • Loading branch information
poulch authored Apr 26, 2024
1 parent 2901041 commit f99fc51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dirty-adults-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Fix building docker image after move service worker to assets dir
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ COPY locale/ locale/
COPY scripts/ scripts/
COPY vite.config.js ./
COPY tsconfig.json ./
COPY sw.js ./
COPY *.d.ts ./
COPY schema.graphql ./
COPY introspection.json ./
Expand Down

0 comments on commit f99fc51

Please sign in to comment.