diff --git a/Dockerfile b/Dockerfile index 5407eab..e2cbe82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ WORKDIR /app COPY . . + FROM nginx COPY --from=build /app /usr/share/nginx/html/ RUN rm /etc/nginx/conf.d/default.conf