Skip to content

Commit

Permalink
changed cmd command
Browse files Browse the repository at this point in the history
  • Loading branch information
aaj2005 committed Feb 24, 2024
1 parent 3c185bf commit fe04df0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ COPY . .
RUN apt-get update -y
RUN apt install libgl1-mesa-glx -y
RUN pipenv install --system
CMD ["gunicorn", "app:app", "-b", "0.0.0.0:8080"]

CMD ["bash", "-c", "echo 'Running Gunicorn command' && gunicorn app:app -b 0.0.0.0:8080"]

0 comments on commit fe04df0

Please sign in to comment.