Skip to content
Snippets Groups Projects
Select Git revision
  • 2ff1ed930a5f7032590a0252940069de97270878
  • main default protected
2 results

create-user.component.html

Blame
  • Forked from an inaccessible project.
    Dockerfile_AngularApp 166 B
    FROM nginx:alpine
    LABEL maintainer="Michaël Minelli <michael-jean.minelli@hesge.ch>"
    LABEL Description="Angular App for Dojo"
    
    ENTRYPOINT ["tail", "-f", "/dev/null"]