Files
newsletter.softwareshinobi.com/Dockerfile

6 lines
97 B
Docker
Raw Normal View History

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