Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

Dockerfile

Blame
  • Forked from Clement Boin / tp-devops-m2
    Source project has a limited visibility.
    Dockerfile 53 B
    FROM nginx
    EXPOSE 80
    COPY html /usr/share/nginx/html