1
0

FIx python path
All checks were successful
Build VMCli with PowerShell / Build-VMCli (push) Successful in 4m33s

Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
This commit is contained in:
Leonardo Amaral 2024-08-05 11:01:56 -03:00
parent af90aa2407
commit 6addf7a778
Signed by: leonardo
SSH Key Fingerprint: SHA256:5aHb9wgXOaC7ZHAfMBTvRdJBrNsxHf8jC5p/4aUlFCo

View File

@ -13,4 +13,4 @@ WORKDIR /data
EXPOSE 8008 EXPOSE 8008
ENTRYPOINT ["/catatonit", "--"] ENTRYPOINT ["/catatonit", "--"]
CMD ["/usr/bin/woof", "-i", "0.0.0.0", "-p", "8008", "-c", "1", "-U"] CMD ["/usr/local/bin/python3", "/usr/bin/woof", "-i", "0.0.0.0", "-p", "8008", "-c", "1", "-U"]