aocbot container
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 42s
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 42s
This commit is contained in:
parent
807f291694
commit
6f4ae33a73
@ -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"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user