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

Fix python-server dockerfile

The working directory shall be writeable to clone the pv repository.
parent 9f7d5ecb
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ RUN conda update -n base conda \
&& conda clean -tipsy
COPY --chown=csi:csi pos-python-server.py /app/
# Make sure the /app directory is owned by csi
RUN chown -R csi:csi /app
WORKDIR /app
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