Files
jellyfin-vue/Dockerfile.static.ci
T

6 lines
190 B
Docker

# Deploy built distribution to nginx
FROM nginx:alpine
COPY dist/ /usr/share/nginx/html/
COPY .docker/nginx.conf /etc/nginx/conf.d/default.conf
COPY .docker/mime.types /etc/nginx/mime.types