Fix user permission
This commit is contained in:
parent
9a2a70e47a
commit
14364cc614
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue