mirror of https://github.com/vector-im/riot-web
Merge pull request #9848 from spantaleev/make-docker-image-smaller
Base Docker image on nginx:alpine, not the larger nginx:latestpull/9869/head
commit
982416b3f7
|
@ -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 New Issue