automated push from the terminal
All checks were successful
code.valorantdigital.com-projectgaruda/portal.intranet.valorantdigital.com/pipeline/head This commit looks good
All checks were successful
code.valorantdigital.com-projectgaruda/portal.intranet.valorantdigital.com/pipeline/head This commit looks good
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM nginx:latest
|
||||
|
||||
##USER www-data
|
||||
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
||||
COPY --chown=www-data:www-data --chmod=755 . .
|
||||
|
||||
Reference in New Issue
Block a user