fix(build): never using $pwd again
All checks were successful
/ desec-script (push) Successful in 3m14s
All checks were successful
/ desec-script (push) Successful in 3m14s
This commit is contained in:
parent
107f8b8626
commit
3388f8f613
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ RUN apt update && apt install python3.11-venv -y
|
||||||
|
|
||||||
RUN bash run.bash
|
RUN bash run.bash
|
||||||
|
|
||||||
ENV PATH="$PWD/venv/bin:$PATH"
|
ENV PATH="/desec/server-scripts/desec-ip-sync/venv/bin:$PATH"
|
||||||
|
|
||||||
CMD ["python3", "main.py"]
|
CMD ["python3", "main.py"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue