Spaces:
Sleeping
Sleeping
Alex Cabrera
commited on
Commit
•
6a6d678
1
Parent(s):
382191a
docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ ENV HOME=/home/user \
|
|
11 |
WORKDIR $HOME/app
|
12 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
13 |
COPY --chown=user . $HOME/app
|
14 |
-
ADD --chown=user
|
15 |
RUN chown user:user -R $HOME/app
|
16 |
|
17 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
11 |
WORKDIR $HOME/app
|
12 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
13 |
COPY --chown=user . $HOME/app
|
14 |
+
ADD --chown=user ./results $HOME/app/results
|
15 |
RUN chown user:user -R $HOME/app
|
16 |
|
17 |
COPY ./requirements.txt /code/requirements.txt
|