Explorar el Código

Fix user permission

andrea hace 1 mes
padre
commit
14364cc614
Se han modificado 1 ficheros con 1 adiciones y 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