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