All checks were successful
code.softwareshinobi.com-softwareshinobi/resume.softwareshinobi.com/pipeline/head This commit looks good
6 lines
97 B
Docker
6 lines
97 B
Docker
FROM nginx:latest
|
|
|
|
WORKDIR /usr/share/nginx/html
|
|
|
|
COPY --chown=www-data:www-data --chmod=755 . .
|