Files
newsletter.softwareshinobi.com/Dockerfile
Software Shinobi 3a2e0c62a2
All checks were successful
code.softwareshinobi.com-shinobi/newsletter.softwareshinobi.com/pipeline/head This commit looks good
automated terminal push
2025-06-04 10:58:11 -04:00

6 lines
97 B
Docker

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