Skip to content
Snippets Groups Projects
Commit 0461682a authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Expose port 8000 to use docker image as service

Add default command as well
parent a116cb07
No related branches found
No related tags found
No related merge requests found
......@@ -67,5 +67,7 @@ COPY --chown=csi:csi . /app/
WORKDIR /app
ENV PATH /venv/bin:$PATH
EXPOSE 8000
CMD ["flask", "run", "--host", "0.0.0.0", "--port", "8000"]
USER csi
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