Dockerfile updates
All checks were successful
git.cronocide.net/bluebubbles-bot/pipeline/head This commit looks good

This commit is contained in:
Daniel Dayley 2023-04-11 00:19:32 -06:00
parent ed49e2a365
commit ac49a9f668

View File

@ -7,4 +7,4 @@ ADD ./ /$PROJ_NAME
RUN pip3 install /$PROJ_NAME
# Run entrypoint
ENTRYPOINT ["/usr/local/bin/$PROJ_NAME","-vv"]
ENTRYPOINT ["/usr/local/bin/bluebubbles_bot","-vv"]