Fix user permission

This commit is contained in:
andrea 2024-04-18 14:43:01 +02:00
parent 9a2a70e47a
commit 14364cc614

View file

@ -7,6 +7,7 @@ RUN service ssh start
RUN mkdir -p /home/ubuntu/playground RUN mkdir -p /home/ubuntu/playground
COPY assets/ /home/ubuntu/playground/ COPY assets/ /home/ubuntu/playground/
RUN chown -R test /home/ubuntu/
EXPOSE 22 EXPOSE 22