1
0
Fork 0

Add a new dashboard page.

This commit is contained in:
Jorge Gonzalez 2019-08-26 18:15:41 +02:00 committed by Ludovic Fernandez
parent 89150e1164
commit fd24b1898e
133 changed files with 17303 additions and 11112 deletions

View file

@ -4,13 +4,13 @@ ENV WEBUI_DIR /src/webui
RUN mkdir -p $WEBUI_DIR
COPY package.json $WEBUI_DIR/
COPY yarn.lock $WEBUI_DIR/
COPY package-lock.json $WEBUI_DIR/
WORKDIR $WEBUI_DIR
RUN yarn install
RUN npm install
COPY . $WEBUI_DIR/
EXPOSE 8080
RUN yarn lint
RUN npm run lint