All checks were successful
gitea-lenape/links.jacquesingram.online/pipeline/head This commit looks good
9 lines
115 B
Docker
Executable File
9 lines
115 B
Docker
Executable File
FROM nginx:latest
|
|
|
|
##USER www-data
|
|
|
|
WORKDIR /usr/share/nginx/html
|
|
|
|
COPY --chown=www-data:www-data --chmod=755 . .
|
|
|