diff --git a/Dockerfile_AngularApp b/Dockerfile_AngularApp
index 0250bccf3df6f5cb992e9c4a17fb84e68bc833c9..6f8facb070d9ac84edd4cb1ff25d944fa7f10055 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