Mise à jour de 'Dockerfile'
This commit is contained in:
parent
b8543de84f
commit
6977465538
@ -1,6 +1,5 @@
|
||||
FROM nginx:mainline-alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./html /usr/share/nginx/html
|
||||
|
||||
RUN chown -R nginx:nginx /usr/share/nginx/html && chmod -R 755 /usr/share/nginx/html && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user