Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -17,11 +17,8 @@ WORKDIR $HOME/app
|
|
| 17 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 18 |
COPY --chown=user . $HOME/app
|
| 19 |
|
| 20 |
-
### Set up app-specific content
|
| 21 |
-
COPY requirements.txt requirements.txt
|
| 22 |
RUN pip3 install -r requirements.txt
|
| 23 |
|
| 24 |
-
COPY . .
|
| 25 |
|
| 26 |
### Update permissions for the app
|
| 27 |
USER root
|
|
|
|
| 17 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 18 |
COPY --chown=user . $HOME/app
|
| 19 |
|
|
|
|
|
|
|
| 20 |
RUN pip3 install -r requirements.txt
|
| 21 |
|
|
|
|
| 22 |
|
| 23 |
### Update permissions for the app
|
| 24 |
USER root
|