Merge pull request #9848 from spantaleev/make-docker-image-smaller
Base Docker image on nginx:alpine, not the larger nginx:latest
This commit is contained in:
commit
982416b3f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue