Removed unnecessary curl

master
Victor Roest 2019-10-12 14:25:22 +02:00
parent 4c01ccda2d
commit 31669609f8
No known key found for this signature in database
GPG Key ID: F69440FC85CD66CD
1 changed files with 0 additions and 2 deletions

View File

@ -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 .