Skip to content
Snippets Groups Projects
Commit fd661162 authored by Emanuele Laface's avatar Emanuele Laface
Browse files

Fix docker file for scrrens

parent 3422daf2
No related branches found
No related tags found
No related merge requests found
Pipeline #24764 passed
...@@ -13,7 +13,7 @@ RUN conda update -n base conda \ ...@@ -13,7 +13,7 @@ RUN conda update -n base conda \
&& conda env create -n pos -f /app/environment.yml \ && conda env create -n pos -f /app/environment.yml \
&& conda clean -ay && conda clean -ay
COPY --chown=csi:csi pos-python-server.py /app/ COPY --chown=csi:csi . /app/
# Make sure the /app directory is owned by csi # Make sure the /app directory is owned by csi
RUN chown -R csi:csi /app RUN chown -R csi:csi /app
WORKDIR /app WORKDIR /app
......
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