Add missing trailing / to the copy command (#464)

This commit is contained in:
Humberto Rocha 2023-01-20 19:25:43 -05:00 committed by GitHub
parent 46947279b0
commit a2e8d05349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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