Spaces:
Runtime error
Runtime error
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -46,7 +46,7 @@ ENV HOME=/home/user \
|
|
46 |
PATH=/home/user/.local/bin:$PATH
|
47 |
|
48 |
COPY app app
|
49 |
-
RUN pip install -r requirements.txt
|
50 |
|
51 |
ENTRYPOINT ["/bin/bash"]
|
52 |
CMD ["entrypoint.sh"]
|
|
|
46 |
PATH=/home/user/.local/bin:$PATH
|
47 |
|
48 |
COPY app app
|
49 |
+
RUN pip install -r app/requirements.txt
|
50 |
|
51 |
ENTRYPOINT ["/bin/bash"]
|
52 |
CMD ["entrypoint.sh"]
|