diff --git a/Dockerfile b/Dockerfile index 65ec7186..20057ba1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]