Skip to content

Commit

Permalink
copy dist in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Feb 10, 2024
1 parent d860c1f commit 46698cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ COPY package.json ./

COPY --from=node_modules /app/node_modules node_modules
COPY --from=build /app/build build
COPY --from=build /app/dist dist
COPY --from=build /app/out out
COPY --from=build /app/styled-system styled-system

Expand Down

0 comments on commit 46698cf

Please sign in to comment.