mirror of
https://github.com/fspc/biketree.git
synced 2025-02-28 19:43:24 -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:
parent
8ca61d45eb
commit
b833436dff
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user