Change owner of built playout website files to nobody

This commit is contained in:
Luca 2020-09-20 01:17:33 +02:00
parent 6f2128874d
commit e95363ae3f
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ RUN npm install && npm run build
FROM nginx:stable-alpine
COPY --from=builder /build/dist /usr/share/nginx/html/
COPY --from=builder --chown=nobody:nobody /build/dist /usr/share/nginx/html/