Skip to content
Snippets Groups Projects
Commit 29f784ef authored by David Trattnig's avatar David Trattnig
Browse files

refact: use without gunicorn for now (see #36)

parent 65cab7e7
No related branches found
No related tags found
No related merge requests found
Pipeline #2818 passed
...@@ -43,4 +43,6 @@ RUN set -e \ ...@@ -43,4 +43,6 @@ RUN set -e \
# Start Service # Start Service
EXPOSE 8008 EXPOSE 8008
ENTRYPOINT ["make"] ENTRYPOINT ["make"]
CMD ["run.gunicorn"] # Uncomment when this is done: https://gitlab.servus.at/aura/engine-api/-/issues/36
# CMD ["run.gunicorn"]
CMD ["run"]
...@@ -37,7 +37,7 @@ DOCKER_RUN = @docker run \ ...@@ -37,7 +37,7 @@ DOCKER_RUN = @docker run \
init.app:: pyproject.toml init.app:: pyproject.toml
poetry install poetry install
cp -n config/sample.engine-api.ini config/engine-api.ini cp -n config/sample.engine-api.ini config/engine-api.ini
cp -n config/sample/gunicorn/sample-production.gunicorn.conf.py config/gunicorn.conf.py cp -n config/sample/gunicorn/sample.gunicorn.conf.py config/gunicorn.conf.py
init.dev:: pyproject.toml init.dev:: pyproject.toml
poetry install --with dev poetry install --with dev
......
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