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

cours_25.md

Blame
  • Dockerfile_AngularApp 204 B
    FROM nginx:latest
    LABEL maintainer="Michaël Minelli <michael-jean.minelli@hesge.ch>"
    LABEL Description="Angular App for Dojo"
    
    RUN echo "Frontend is not yet available." > /usr/share/nginx/html/index.html