From e286be2e68fddf29f2cfa53bb6351b0806c1a5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Wed, 2 Aug 2023 15:20:50 +0200 Subject: [PATCH] Dockerfile => Add a default html message --- Dockerfile_AngularApp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile_AngularApp b/Dockerfile_AngularApp index 0250bcc..6f8facb 100644 --- a/Dockerfile_AngularApp +++ b/Dockerfile_AngularApp @@ -1,5 +1,5 @@ -FROM nginx:alpine +FROM nginx:latest LABEL maintainer="Michaƫl Minelli <michael-jean.minelli@hesge.ch>" LABEL Description="Angular App for Dojo" -ENTRYPOINT ["tail", "-f", "/dev/null"] \ No newline at end of file +RUN echo "Frontend is not yet available." > /usr/share/nginx/html/index.html \ No newline at end of file -- GitLab