Commit 7e8db30d authored by Your Name's avatar Your Name

xxx

parent 25c3cdfb
Pipeline #6773 canceled with stages
FROM nginx:latest
## Remove default nginx website
RUN rm -rf /usr/share/nginx/html/*
## From 'builder' stage copy over the artifacts in dist folder to default nginx public folder
COPY new/ /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment