Files
docker-provision-verification/Dockerfile

6 lines
97 B
Docker
Raw Permalink Normal View History

2025-06-07 17:10:19 -04:00
FROM nginx:latest
WORKDIR /usr/share/nginx/html
COPY --chown=www-data:www-data --chmod=755 . .