fix(build): never using $pwd again
All checks were successful
/ desec-script (push) Successful in 3m14s

This commit is contained in:
devaine 2026-03-06 12:53:55 -06:00
commit 3388f8f613
Signed by: devaine
GPG key ID: 954B1DCAC6FF84EE

View file

@ -10,7 +10,7 @@ RUN apt update && apt install python3.11-venv -y
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"]