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:
+1
-1
@@ -23,7 +23,7 @@ RUN cp /src/config.sample.json /src/webapp/config.json
|
|||||||
|
|
||||||
|
|
||||||
# App
|
# App
|
||||||
FROM nginx:latest
|
FROM nginx:alpine
|
||||||
|
|
||||||
COPY --from=builder /src/webapp /app
|
COPY --from=builder /src/webapp /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user