mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update dockerfile
This commit is contained in:
@@ -27,6 +27,7 @@ ENV NODE_ENV=production
|
|||||||
|
|
||||||
# Copy only the necessary files
|
# Copy only the necessary files
|
||||||
COPY --from=build /prod/docs/.next ./.next
|
COPY --from=build /prod/docs/.next ./.next
|
||||||
|
COPY --from=build /prod/docs/package.json ./package.json
|
||||||
COPY --from=build /prod/docs/node_modules ./node_modules
|
COPY --from=build /prod/docs/node_modules ./node_modules
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user