Explorar o código

Fix user permission

andrea hai 1 mes
pai
achega
14364cc614
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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