mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-13 10:51:03 +00:00
Add missing trailing / to the copy command (#464)
This commit is contained in:
parent
46947279b0
commit
a2e8d05349
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ COPY docker/mime.types /etc/mime.types
|
|||
|
||||
# Configure nginx
|
||||
COPY docker/nginx.conf /etc/nginx/
|
||||
COPY docker/nginx.conf.d/* /etc/nginx/conf.d
|
||||
COPY docker/nginx.conf.d/* /etc/nginx/conf.d/
|
||||
|
||||
COPY . /takahe
|
||||
|
||||
|
|
Loading…
Reference in a new issue