Select Git revision
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