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

Rename src to openlobby.

parent 35945386
Branches
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@ ADD . /code/
EXPOSE 8010
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:8010", "src.server:app"]
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:8010", "openlobby.server:app"]
......@@ -8,7 +8,7 @@ test:
pytest
run:
FLASK_DEBUG=1 FLASK_APP=./src/server.py flask run -p 8010
FLASK_DEBUG=1 FLASK_APP=./openlobby/server.py flask run -p 8010
build:
docker build -t openlobby/openlobby-server:latest .
......
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment