Skip to content

Commit

Permalink
Don't bother copying the public directory (#627)
Browse files Browse the repository at this point in the history
Co-authored-by: Kent C. Dodds <me@kentcdodds.com>
  • Loading branch information
hakimLyon and kentcdodds authored Feb 24, 2024
1 parent b063013 commit 534641c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion other/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ COPY --from=build /myapp/node_modules/.prisma /myapp/node_modules/.prisma

COPY --from=build /myapp/server-build /myapp/server-build
COPY --from=build /myapp/build /myapp/build
COPY --from=build /myapp/public /myapp/public
COPY --from=build /myapp/package.json /myapp/package.json
COPY --from=build /myapp/prisma /myapp/prisma
COPY --from=build /myapp/app/components/ui/icons /myapp/app/components/ui/icons
Expand Down

0 comments on commit 534641c

Please sign in to comment.