Update drone dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aode (Lion) 2022-04-03 19:44:04 -05:00
parent d4c5158e57
commit 7d9d947256

View file

@ -15,4 +15,4 @@ EXPOSE 6669
EXPOSE 8080
VOLUME /mnt
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["/usr/local/bin/pict-rs", "-p", "/mnt"]
CMD ["/usr/local/bin/pict-rs", "run"]