parent
903beb16e0
commit
5df08b2496
6 changed files with 116 additions and 4 deletions
|
@ -1,9 +0,0 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY ci/nginx.conf /etc/nginx/nginx.conf
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
COPY /dist /usr/share/nginx/html
|
||||
|
||||
EXPOSE ${EXPOSE} 80
|
||||
|
||||
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
Loading…
Add table
Add a link
Reference in a new issue