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

fixed missing , in CMD

parent 97136edc
No related branches found
No related tags found
1 merge request!2Dev
......@@ -24,4 +24,4 @@ USER app
EXPOSE 8000
CMD ["gunicorn" "kszkepzes.wsgi:application" "--bind" "0.0.0.0: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