Skip to content
Snippets Groups Projects
Commit fc65fd8f authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

set gunicorn to CMD

parent 4e8bdb2e
No related branches found
No related tags found
1 merge request!2Dev
......@@ -67,5 +67,5 @@ RUN chown -R app:app $APP_HOME
# change to the app user
USER app
# run entrypoint.sh
ENTRYPOINT ["/home/app/kszkepzes-backend/entrypoint.prod.sh"]
\ No newline at end of file
EXPOSE 8000
CMD ["gunicorn" "kszkepzes.wsgi:application" "--bind" "0.0.0.0:8000"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment