From e32568b360654f12f6c6c5d50bb09a8d852e5111 Mon Sep 17 00:00:00 2001 From: Armand LEOPOLD Date: Sun, 4 Apr 2021 14:54:07 +0200 Subject: [PATCH] up --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aa275b7..f8540a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM nginx +FROM nginx:stable LABEL maintainer="armand.leopold@outlook.com" WORKDIR /usr/share/nginx/html COPY . /usr/share/nginx/html -RUN sed -i 's/const HOST = "localhost"/const HOST = self.location.hostname/' scripts/graphConf.js \ No newline at end of file +RUN sed -i 's/const HOST = "localhost"/const HOST = self.location.hostname/' scripts/graphConf.js