build(Dockerfile): creating new source
Some checks failed
/ desec-script (push) Failing after 1m17s

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

View file

@ -8,5 +8,7 @@ RUN apt update && apt install python3.11-venv -y
RUN bash run.bash
RUN source venv/bin/activate
CMD ["python3", "main.py"]