Files
resume.softwareshinobi.com/Dockerfile

6 lines
97 B
Docker
Raw Normal View History

2025-06-15 16:27:05 -04:00
FROM nginx:latest
WORKDIR /usr/share/nginx/html
COPY --chown=www-data:www-data --chmod=755 . .