mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-12 20:21:55 +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
|
||||
|
||||
RUN mkdir -p /data/web-app
|
||||
COPY * /data/web-app
|
||||
COPY * /data/web-app/
|
||||
|
||||
USER root
|
||||
RUN chown -R app_user /data/web-app
|
||||
|
|
Loading…
Reference in a new issue