automated push from the terminal
All checks were successful
code.valorantdigital.com-projectgaruda/portal.intranet.valorantdigital.com/pipeline/head This commit looks good

This commit is contained in:
Your Name
2025-09-12 21:53:15 -04:00
parent 7e59dc42f8
commit 77a03b026c
7 changed files with 179 additions and 2 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM nginx:latest
##USER www-data
WORKDIR /usr/share/nginx/html
COPY --chown=www-data:www-data --chmod=755 . .