Files
links.jacquesingram.online/Dockerfile

9 lines
115 B
Docker
Raw Normal View History

2025-05-22 21:13:16 -04:00
FROM nginx:latest
##USER www-data
WORKDIR /usr/share/nginx/html
COPY --chown=www-data:www-data --chmod=755 . .