fix images
continuous-integration/drone/push Build is failing Details

main
Lucas DELANIER 11 months ago
parent 20d5093276
commit e7628aa0ad

@ -1,3 +1,4 @@
x
# stage1 as builder # stage1 as builder
FROM node:16-alpine as builder FROM node:16-alpine as builder
# Copy the package.json and install dependencies # Copy the package.json and install dependencies
@ -15,5 +16,4 @@ COPY nginx.conf /etc/nginx/nginx.conf
RUN rm -rf /usr/share/nginx/html/* RUN rm -rf /usr/share/nginx/html/*
# Copy from the stage 1 # Copy from the stage 1
COPY --from=builder /dist /usr/share/nginx/html/nested-app COPY --from=builder /dist /usr/share/nginx/html/nested-app
EXPOSE 8080 CMD ["nginx", "-g", "daemon off;"]
ENTRYPOINT ["nginx", "-g", "daemon off;"]
Loading…
Cancel
Save