Skip to content

Commit

Permalink
Create the sites-enabled dir too
Browse files Browse the repository at this point in the history
  • Loading branch information
andersjanmyr committed Mar 29, 2015
1 parent c5c32e6 commit bf8cb30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -3,4 +3,5 @@ FROM andersjanmyr/nginx-confd:latest

EXPOSE 80
EXPOSE 443
RUN mkdir -p /usr/share/nginx/html
RUN mkdir -p /usr/share/nginx/html/ && \
mkdir -p /etc/nginx/sites-enabled/

0 comments on commit bf8cb30

Please sign in to comment.