diff --git a/PythonServer/Dockerfile b/PythonServer/Dockerfile index 872d77715e65d282409c06b36ec483c1c21e9bf8..7b8faf170c2c2490bf35ccb382745739e6045487 100644 --- a/PythonServer/Dockerfile +++ b/PythonServer/Dockerfile @@ -13,7 +13,7 @@ RUN conda update -n base conda \ && conda env create -n pos -f /app/environment.yml \ && 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 RUN chown -R csi:csi /app WORKDIR /app