Remove ports from dockerfile

This commit is contained in:
Owen Schwartz
2024-09-29 15:22:47 -04:00
parent c1d87363dd
commit e76fc56e1a

View File

@@ -30,9 +30,5 @@ RUN npm ci --only=production
COPY --from=builder /app/.next ./.next
COPY --from=builder /app/dist ./dist
# Expose the ports the app runs on
EXPOSE 3000
EXPOSE 3001
# Start the application
CMD ["npm", "start"]