Skip to content
Snippets Groups Projects

K8s deploy

Merged Remi PLANEL requested to merge k8s-deploy into dev
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -48,5 +48,6 @@ RUN npm run generate
### STAGE: NGINX ###
FROM nginxinc/nginx-unprivileged:1.25
# RUN rm -rf /usr/share/nginx/html/*
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=generate /usr/src/app/.output/public /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file