1
0
Fork 0
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:
Mumshad Mannambeth 2017-06-07 14:13:26 -04:00
parent d063c78301
commit 7b925f746b

View file

@ -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