1
0
mirror of https://github.com/fspc/biketree.git synced 2025-03-01 03:53:23 -05:00

Removes unnecessary chow line from Dockerfile, and points out that -p

should be used with docker-compose since the docker/ directory is
generic.
This commit is contained in:
Jonathan Rosenbaum 2017-09-05 04:40:38 +00:00
parent 8ca61d45eb
commit b833436dff
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,6 @@ RUN git clone https://github.com/fspc/biketree.git /usr/share/nginx/html
COPY settings.php /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d
RUN chown -R nginx:nginx /usr/share/nginx/html; mkdir /var/www; ln -sf /usr/share/nginx/html/ /var/www/html
RUN chown -R nginx:nginx /var/www/html/images/
VOLUME /usr/share/nginx/html

View File

@ -2,6 +2,7 @@ version: '2'
# git clone https://github.com/fspc/biketree.git
# This compose file uses jrcs/letsencrypt-nginx-proxy-companion
# use prefix (-p biketree) with docker-compose since docker is generic
# using nginx-alpine
services: