From f3e3f7c40e6af6a7c7d14319827f53a9be60aeb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Wed, 17 May 2023 20:40:49 +0200 Subject: [PATCH] Add empty dockerfile --- Dockerfile_AngularApp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Dockerfile_AngularApp diff --git a/Dockerfile_AngularApp b/Dockerfile_AngularApp new file mode 100644 index 0000000..0250bcc --- /dev/null +++ b/Dockerfile_AngularApp @@ -0,0 +1,5 @@ +FROM nginx:alpine +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 -- GitLab