mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-22 06:21:28 +00:00
Use nginx:stable-alpine as base image for docker container
Change-Id: Ibc9b430cb79b8c05b111d3993fc3b1543853a515
This commit is contained in:
parent
6bdeadcc3e
commit
df1fbbc16b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN REACT_APP_SERVER=$REACT_APP_SERVER yarn build
|
|||
|
||||
|
||||
# App
|
||||
FROM nginx:alpine
|
||||
FROM nginx:stable-alpine
|
||||
|
||||
COPY --from=builder /src/build /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue