Merge pull request #44 from augustine-urolime/patch-1

Update Dockerfile
This commit is contained in:
Miguelangel Freitas
2018-04-20 17:10:25 -05:00
committed by GitHub
+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