Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -89,6 +89,8 @@ RUN python3 -m venv venv && \
|
|
| 89 |
. venv/bin/activate && \
|
| 90 |
pip install --no-cache-dir -r requirements.txt
|
| 91 |
|
|
|
|
|
|
|
| 92 |
# expose port
|
| 93 |
EXPOSE 3000
|
| 94 |
|
|
|
|
| 89 |
. venv/bin/activate && \
|
| 90 |
pip install --no-cache-dir -r requirements.txt
|
| 91 |
|
| 92 |
+
ENV PATH="/app/PAXSENIXAPI-SERVER/venv/bin:$PATH"
|
| 93 |
+
|
| 94 |
# expose port
|
| 95 |
EXPOSE 3000
|
| 96 |
|