Skip to content

Commit

Permalink
feat: changed dockerfile to serve both ui and backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayanta008 committed May 4, 2024
1 parent 9833ba3 commit fb91fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN chown -R appuser:appuser /app
USER appuser

# Command to run the application
CMD ["sh", "-c", "exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app"]
#CMD ["sh", "-c", "exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app"]

# Stage 2: Frontend - Nginx
FROM nginx:alpine AS frontend
Expand Down

0 comments on commit fb91fa4

Please sign in to comment.