updating gn-20 dashboard

This commit is contained in:
2020-02-19 01:58:39 +00:00
parent 5821b13e6a
commit cd7d9f3a08
5 changed files with 5 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
RUN ["pip", "install", "aiofiles", "jinja2" ]
COPY ./app /app
COPY ./grandnational_dashboard /app
COPY ./node_modules /node_modules
COPY ./bower_components /bower_components
COPY ./static /static