diff --git a/Dockerfile b/Dockerfile index 5139f06..c931b83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ FROM nginx:alpine WORKDIR /usr/share/nginx/html # RUN rm -f index.html -# COPY default.conf /etc/nginx/conf.d/ +COPY default.conf /etc/nginx/conf.d/ COPY . .