Skip to content
Snippets Groups Projects
Select Git revision
  • e286be2e68fddf29f2cfa53bb6351b0806c1a5c4
  • main default protected
  • login_branch
  • interface_student
  • add_idea_configuration
5 results

Dockerfile_AngularApp

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