diff --git a/Dockerfile b/Dockerfile index 6d3775d..3ae13f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,6 @@ RUN yarn build FROM nginx:alpine as production-stage -RUN apk add curl --no-cache - WORKDIR /usr/share/nginx/html COPY --from=build /app/dist .