Files
resume.softwareshinobi.com/Dockerfile
Software Shinobi 7d306fbc82
All checks were successful
code.softwareshinobi.com-softwareshinobi/resume.softwareshinobi.com/pipeline/head This commit looks good
automated push from the terminal
2025-06-15 16:27:05 -04:00

6 lines
97 B
Docker

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