Files
valorantdigital.com/legacy/Dockerfile

6 lines
97 B
Docker
Executable File

FROM nginx:latest
WORKDIR /usr/share/nginx/html
COPY --chown=www-data:www-data --chmod=755 . .