mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
Fixed pythonpath in wls dockerfile
This commit is contained in:
committed by
Alberto Soutullo Rendo
parent
1ae60e8395
commit
fcd814d8e8
@@ -25,5 +25,7 @@ COPY . .
|
|||||||
# Deploy the virtualenv in production image
|
# Deploy the virtualenv in production image
|
||||||
ENV PATH="/opt/venv/bin:$PATH"
|
ENV PATH="/opt/venv/bin:$PATH"
|
||||||
|
|
||||||
|
ENV PYTHONPATH "${PYTHONPATH}:/wls/src/"
|
||||||
|
|
||||||
# Set the entrypoint
|
# Set the entrypoint
|
||||||
ENTRYPOINT ["python", "wls.py"]
|
ENTRYPOINT ["python", "src/wls.py"]
|
||||||
Reference in New Issue
Block a user