Use unprivilged nginx image
This commit is contained in:
parent
8f4347887b
commit
032d623acb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ COPY . /src/matrix-video-chat
|
|||
RUN matrix-video-chat/scripts/dockerbuild.sh
|
||||
|
||||
# App
|
||||
FROM nginx:alpine
|
||||
FROM nginxinc/nginx-unprivileged:alpine
|
||||
|
||||
COPY --from=builder /src/matrix-video-chat/dist /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue