FIx python path
All checks were successful
Build VMCli with PowerShell / Build-VMCli (push) Successful in 4m33s
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:
parent
af90aa2407
commit
6addf7a778
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user