refactor: update dockerfile

This commit is contained in:
Mauricio Siu
2024-08-01 00:35:58 -06:00
parent eb42277c49
commit 32ee2364c8

View File

@@ -27,6 +27,7 @@ ENV NODE_ENV=production
# Copy only the necessary files
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
EXPOSE 3000