Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shyanukant committed Oct 5, 2023
1 parent 96f26ad commit b0a9aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ RUN apt-get update \

EXPOSE 8000 2222

ENTRYPOINT [ "init_container.sh" ]
ENTRYPOINT [ "/app/init_container.sh" ]
2 changes: 1 addition & 1 deletion init_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ echo "Starting SSH ..."
service ssh start

# Start Gunicorn
CMD ["gunicorn", "squib.wsgi:application", "--workers=4", "--bind", "0.0.0.0:8000"]
exec ["gunicorn", "squib.wsgi:application", "--workers=4", "--bind", "0.0.0.0:8000"]

0 comments on commit b0a9aab

Please sign in to comment.