From 31669609f8d4edec850fc08adcd2cc3e55abf33b Mon Sep 17 00:00:00 2001 From: Victor Roest Date: Sat, 12 Oct 2019 14:25:22 +0200 Subject: [PATCH] Removed unnecessary curl --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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 .