Update Dockerfile

nginx copy command fix
This commit is contained in:
augustine-urolime
2018-04-13 22:37:56 +05:30
committed by GitHub
parent 9294617a0e
commit a9e16e79a9
+1 -1
View File
@@ -2,6 +2,6 @@ FROM nginx:latest
RUN apt-get update && apt-get install -y openssl apache2-utils
COPY ./config/run.sh /run.sh
COPY config/run.sh /run.sh
RUN chmod 755 /run.sh