diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index c0f9507..dcae29f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ RUN chmod 000 /home/jail EXPOSE 2222 -CMD su -c ./ssh-grab-passwords jail +ENTRYPOINT su -c ./ssh-grab-passwords jail |