We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a287d06 commit ec067a6Copy full SHA for ec067a6
docker/Dockerfile
@@ -45,9 +45,9 @@ RUN cd /tmp && \
45
RUN cd /home && git clone https://github.com/AsenAsenov1/photometrypipeline.git
46
47
# Import files - requirements.txt / server.py / py_environment.sh
48
-COPY ./docker/requirements.txt /tmp/
49
-COPY ./docker/server.py /home/
50
-COPY ./docker/py_environment.sh /tmp
+COPY requirements.txt /tmp/
+COPY server.py /home/
+COPY py_environment.sh /tmp
51
52
# Create Python virtual environment
53
RUN bash /tmp/py_environment.sh
0 commit comments