updating docker deployment
This commit is contained in:
8
grandnational-dashboard/Dockerfile
Normal file
8
grandnational-dashboard/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
|
||||
|
||||
RUN ["pip", "install", "aiofiles", "jinja2" ]
|
||||
|
||||
COPY ./app /app
|
||||
COPY ./node_modules /node_modules
|
||||
COPY ./bower_components /bower_components
|
||||
COPY ./static /static
|
||||
Reference in New Issue
Block a user