Removed unnecessary curl
This commit is contained in:
parent
4c01ccda2d
commit
31669609f8
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue