This commit is contained in:
Milo Schwartz
2024-09-29 14:37:26 -04:00
parent 8a009f7fbc
commit 5f768f1855
9 changed files with 32 additions and 52 deletions

View File

@@ -31,8 +31,8 @@ COPY --from=builder /app/.next ./.next
COPY --from=builder /app/dist ./dist
# Expose the ports the app runs on
EXPOSE ${EXTERNAL_PORT}
EXPOSE ${INTERNAL_PORT}
EXPOSE 3000
EXPOSE 3001
# Start the application
CMD ["npm", "start"]
CMD ["npm", "start"]