Skip to content

Commit 534641c

Browse files
Don't bother copying the public directory (#627)
Co-authored-by: Kent C. Dodds <[email protected]>
1 parent b063013 commit 534641c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

other/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ COPY --from=build /myapp/node_modules/.prisma /myapp/node_modules/.prisma
6363

6464
COPY --from=build /myapp/server-build /myapp/server-build
6565
COPY --from=build /myapp/build /myapp/build
66-
COPY --from=build /myapp/public /myapp/public
6766
COPY --from=build /myapp/package.json /myapp/package.json
6867
COPY --from=build /myapp/prisma /myapp/prisma
6968
COPY --from=build /myapp/app/components/ui/icons /myapp/app/components/ui/icons

0 commit comments

Comments
 (0)