Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
armandleopold committed Apr 4, 2021
1 parent 479e743 commit e32568b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM nginx
FROM nginx:stable

LABEL maintainer="[email protected]"

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
RUN sed -i 's/const HOST = "localhost"/const HOST = self.location.hostname/' scripts/graphConf.js

0 comments on commit e32568b

Please sign in to comment.