mirror of
https://github.com/element-hq/element-call.git
synced 2026-05-02 20:46:23 +00:00
5 lines
112 B
Docker
5 lines
112 B
Docker
FROM nginxinc/nginx-unprivileged:alpine
|
|
|
|
COPY ./dist /app
|
|
COPY config/nginx.conf /etc/nginx/conf.d/default.conf
|