Spaces:
Sleeping
Sleeping
100stacks
commited on
bug: troubleshooting build issues
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN useradd -m -d $HOME -s /bin/bash user
|
|
9 |
|
10 |
WORKDIR $HOME/app
|
11 |
COPY . .
|
12 |
-
|
13 |
COPY ./requirements.txt ~/app/requirements.txt
|
14 |
RUN chown -R user:user $HOME
|
15 |
USER user
|
|
|
9 |
|
10 |
WORKDIR $HOME/app
|
11 |
COPY . .
|
12 |
+
COPY . $HOME/app
|
13 |
COPY ./requirements.txt ~/app/requirements.txt
|
14 |
RUN chown -R user:user $HOME
|
15 |
USER user
|