Skip to content
Snippets Groups Projects
Commit a86389cc authored by jan.bednarik's avatar jan.bednarik
Browse files

Dockerfile update.

parent e2df051a
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,4 @@ ADD . /code/ ...@@ -9,5 +9,4 @@ ADD . /code/
EXPOSE 8010 EXPOSE 8010
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:8010", "--access-logfile", "-", \ CMD ["sh", "-c", "make migrate && gunicorn -w 4 -b 0.0.0.0:8010 --access-logfile - --error-logfile - --capture-output openlobby.wsgi"]
"--error-logfile", "-", "--capture-output", "openlobby.server:app"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment