diff --git a/Dockerfile b/Dockerfile index af6c98b..ab675a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN service ssh start RUN mkdir -p /home/ubuntu/playground COPY assets/ /home/ubuntu/playground/ +RUN chown -R test /home/ubuntu/ EXPOSE 22