All checks were successful
code.valorantdigital.com-projectgaruda/portal.intranet.valorantdigital.com/pipeline/head This commit looks good
9 lines
115 B
Docker
9 lines
115 B
Docker
FROM nginx:latest
|
|
|
|
##USER www-data
|
|
|
|
WORKDIR /usr/share/nginx/html
|
|
|
|
COPY --chown=www-data:www-data --chmod=755 . .
|
|
|