Docker-caching-and-better-slack-notifications (#102)

* test docker caching and slack

* try this

* this _might_ do it

* cleanup

* just realized this is running on self-hosted, so github cache doesn't make sense

* fix logging noise

* cache npm modules during test

* fiskerBot and icon

* quotes (just in case)
This commit is contained in:
Rafi Greenberg
2021-11-05 09:09:04 -07:00
committed by GitHub
parent 16c3e2902b
commit a5902f06b3
4 changed files with 95 additions and 57 deletions

View File

@@ -10,4 +10,5 @@ RUN npm run build:${ENVIRONMENT}
FROM nginx:alpine
COPY --from=builder build /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/nginx.conf
ENV NGINX_ENTRYPOINT_QUIET_LOGS=true