Browse Source

Fix user permission

andrea 2 weeks ago
parent
commit
14364cc614
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
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