Files
learn.softwareshinobi.com/Dockerfile
Software Shinobi b1cda1e79f
Some checks are pending
learn org at code.softwareshinobi.com/learn.softwareshinobi.com/pipeline/head Build queued...
automated terminal push
2025-06-05 20:01:56 -04:00

6 lines
97 B
Docker

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