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