Skip to content
Snippets Groups Projects
Verified Commit e7d415ad authored by Antonio J Mattos's avatar Antonio J Mattos :unamused:
Browse files

Copiar conteúdo com usuário do nginx

parent c01eb893
No related branches found
Tags v0.1.21
No related merge requests found
FROM nginx:1.17.6-alpine
COPY . /usr/share/nginx/html
COPY --chown=nginx:nginx . /usr/share/nginx/html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment