Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -36,6 +36,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 36 |
COPY --chown=user nginx.conf /etc/nginx/sites-available/default
|
| 37 |
COPY --chown=user run.sh /home/user/app/run.sh
|
| 38 |
COPY --chown=user src /home/user/app/src
|
|
|
|
| 39 |
|
| 40 |
EXPOSE 8501
|
| 41 |
CMD ["bash", "run.sh"]
|
|
|
|
| 36 |
COPY --chown=user nginx.conf /etc/nginx/sites-available/default
|
| 37 |
COPY --chown=user run.sh /home/user/app/run.sh
|
| 38 |
COPY --chown=user src /home/user/app/src
|
| 39 |
+
COPY --chown=user results /home/user/app/results
|
| 40 |
|
| 41 |
EXPOSE 8501
|
| 42 |
CMD ["bash", "run.sh"]
|