Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ ENV HOME=/home/user \
|
|
| 8 |
PATH=/home/user/.local/bin:$PATH
|
| 9 |
WORKDIR $HOME/app
|
| 10 |
COPY --chown=user . $HOME/app
|
|
|
|
| 11 |
COPY ./requirements.txt ~/app/requirements.txt
|
| 12 |
|
| 13 |
#RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 8 |
PATH=/home/user/.local/bin:$PATH
|
| 9 |
WORKDIR $HOME/app
|
| 10 |
COPY --chown=user . $HOME/app
|
| 11 |
+
COPY --chown=user . $HOME/app/.files
|
| 12 |
COPY ./requirements.txt ~/app/requirements.txt
|
| 13 |
|
| 14 |
#RUN pip install --no-cache-dir -r requirements.txt
|