mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Update Dockerfile to fix path
This commit is contained in:
parent
d063c78301
commit
7b925f746b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ RUN service ssh start
|
||||||
USER app_user
|
USER app_user
|
||||||
|
|
||||||
RUN mkdir -p /data/web-app
|
RUN mkdir -p /data/web-app
|
||||||
COPY * /data/web-app
|
COPY * /data/web-app/
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN chown -R app_user /data/web-app
|
RUN chown -R app_user /data/web-app
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue