Skip to content

Commit

Permalink
Rename WebApp.Dockerfile to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-V-Ramesh authored Mar 18, 2024
1 parent aa6fb1a commit c04411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebApp.Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ COPY --from=frontend /home/node/app/static /usr/src/app/static/
WORKDIR /usr/src/app
EXPOSE 80

CMD ["gunicorn" , "-b", "0.0.0.0:80", "app:app"]
CMD ["gunicorn" , "-b", "0.0.0.0:80", "app:app"]

0 comments on commit c04411a

Please sign in to comment.