add docker cache workflow
All checks were successful
Publish Docker (docker cache) / Push Docker image to Docker Hub (push) Successful in 1m51s
All checks were successful
Publish Docker (docker cache) / Push Docker image to Docker Hub (push) Successful in 1m51s
This commit is contained in:
parent
903beb16e0
commit
5df08b2496
6 changed files with 116 additions and 4 deletions
9
ci/runner-cache/Dockerfile
Normal file
9
ci/runner-cache/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY ci/runner-cache/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