Files
learn.softwareshinobi.com/Dockerfile

6 lines
97 B
Docker
Raw Permalink Normal View History

2025-06-05 20:01:56 -04:00
FROM nginx:latest
WORKDIR /usr/share/nginx/html
COPY --chown=www-data:www-data --chmod=755 . .