mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Fix python path (#872)
This commit is contained in:
committed by
Michel Oosterhof
parent
cf0c3affe9
commit
cd83929ff2
@ -53,4 +53,4 @@ WORKDIR /cowrie
|
|||||||
EXPOSE 2222/tcp
|
EXPOSE 2222/tcp
|
||||||
EXPOSE 2223/tcp
|
EXPOSE 2223/tcp
|
||||||
USER cowrie
|
USER cowrie
|
||||||
CMD /usr/local/bin/python /usr/local/bin/twistd --umask 0022 --nodaemon --pidfile= -l - cowrie
|
CMD /usr/bin/python /usr/local/bin/twistd --umask 0022 --nodaemon --pidfile= -l - cowrie
|
||||||
|
|||||||
Reference in New Issue
Block a user