diff --git a/Dockerfile b/Dockerfile index e601595c1c..50760c351b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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