diff --git a/Dockerfile b/Dockerfile index b0f770e..2c05711 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,4 +51,6 @@ RUN set -eux && \ gosu --version && \ gosu nobody true +VOLUME /ssh + ENTRYPOINT ["bash"] \ No newline at end of file