Mise à jour de 'nginx/Dockerfile' #1

Merged
edouard merged 1 commits from test into master 2023-01-14 15:56:17 +01:00
Showing only changes of commit edf4031cec - Show all commits

View File

@@ -3,5 +3,6 @@ FROM nginx:1.23.2-alpine
RUN mkdir -p /usr/share/nginx/html/static/frontend RUN mkdir -p /usr/share/nginx/html/static/frontend
##COPY index.html /usr/share/nginx/html/static/frontend/. ##COPY index.html /usr/share/nginx/html/static/frontend/.
COPY ./default.conf /etc/nginx/conf.d/default.conf COPY ./default.conf /etc/nginx/conf.d/default.conf
test