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
|
RUN matrix-video-chat/scripts/dockerbuild.sh
|
||||||
|
|
||||||
# App
|
# App
|
||||||
FROM nginx:alpine
|
FROM nginxinc/nginx-unprivileged:alpine
|
||||||
|
|
||||||
COPY --from=builder /src/matrix-video-chat/dist /app
|
COPY --from=builder /src/matrix-video-chat/dist /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue