Skip to content
Snippets Groups Projects
Select Git revision
  • 60c663d200921160d36bd4462d055f364a8b0dba
  • master default protected
  • schwifi
  • eckbalu-master-patch-41181
  • halof
  • our-team
  • 0.12.9 protected
  • 0.12.8 protected
  • 0.12.7 protected
  • 0.12.6 protected
  • 0.12.5 protected
  • 0.12.4 protected
  • 0.12.3 protected
  • 0.12.2 protected
  • 0.12.1 protected
  • 0.12.0 protected
  • 0.11.5 protected
  • 0.11.4 protected
  • 0.11.3 protected
  • 0.11.2 protected
  • 0.11.1 protected
  • 0.11.0 protected
  • 0.10.6 protected
  • 0.10.5 protected
  • 0.10.4 protected
  • 0.10.3 protected
26 results

Dockerfile

Blame
  • Dockerfile 93 B
    FROM nginx
    
    COPY nginx.conf /etc/nginx/conf.d/default.conf
    COPY public /usr/share/nginx/html