aocbot container
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 42s

This commit is contained in:
Stefan Harmuth 2024-11-30 07:10:24 +01:00
parent 807f291694
commit 6f4ae33a73

View File

@ -12,6 +12,7 @@ RUN apt-get update && \
/opt/venv/bin/pip install -r /opt/aocbot/requirements.txt && \ /opt/venv/bin/pip install -r /opt/aocbot/requirements.txt && \
chown -R 1000:1000 /opt/aocbot chown -R 1000:1000 /opt/aocbot
WORKDIR /opt/aocbot
USER 1000 USER 1000
CMD ["/opt/venv/bin/python3", "/opt/aocbot/aoc_bot.py"] CMD ["/opt/venv/bin/python3", "/opt/aocbot/aoc_bot.py"]