Skip to content
Snippets Groups Projects
Verified Commit 3751e061 authored by David (Jointech)'s avatar David (Jointech)
Browse files

fix(docker): fix command

parent 70534766
No related branches found
No related tags found
No related merge requests found
Pipeline #1766 passed
...@@ -24,6 +24,6 @@ COPY ./config/sample/sample-docker.engine-api.ini /srv/config/engine-api.ini ...@@ -24,6 +24,6 @@ COPY ./config/sample/sample-docker.engine-api.ini /srv/config/engine-api.ini
# Start the API Server # Start the API Server
EXPOSE 8008 EXPOSE 8008
ENTRYPOINT ["gunicorn"] ENTRYPOINT ["bash"]
CMD ["-c", "/srv/config/gunicorn.conf.py", "src.app:app"] CMD ["./run.sh", "prod"]
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