We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b063013 commit 534641cCopy full SHA for 534641c
other/Dockerfile
@@ -63,7 +63,6 @@ COPY --from=build /myapp/node_modules/.prisma /myapp/node_modules/.prisma
63
64
COPY --from=build /myapp/server-build /myapp/server-build
65
COPY --from=build /myapp/build /myapp/build
66
-COPY --from=build /myapp/public /myapp/public
67
COPY --from=build /myapp/package.json /myapp/package.json
68
COPY --from=build /myapp/prisma /myapp/prisma
69
COPY --from=build /myapp/app/components/ui/icons /myapp/app/components/ui/icons
0 commit comments