Merge pull request #9848 from spantaleev/make-docker-image-smaller

Base Docker image on nginx:alpine, not the larger nginx:latest
pull/9869/head
Travis Ralston 2019-05-27 11:41:18 -06:00 committed by GitHub
commit 982416b3f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN cp /src/config.sample.json /src/webapp/config.json
# App
FROM nginx:latest
FROM nginx:alpine
COPY --from=builder /src/webapp /app