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

index.html

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