Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1a75a5033 | ||
|
|
032d623acb |
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user