Change owner of built playout website files to nobody
This commit is contained in:
parent
6f2128874d
commit
e95363ae3f
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue