Browse Source

Cambio ubicación de nginx.conf

main
Celestino Rey 10 months ago
parent
commit
686103825e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@ -5,7 +5,7 @@ USER 0
# install nginx
RUN apt-get update && apt-get install nginx -y
# copy our nginx configuration to overwrite nginx defaults
COPY ./nginx/nginx.conf /etc/nginx/conf.d
COPY ./nginx/nginx.conf /etc/nginx
# link nginx logs to container stdout
RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log


Loading…
Cancel
Save