paxsenix0 commited on
Commit
00a3d64
·
verified ·
1 Parent(s): 8ef8c84

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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