Update Dockerfile
This commit is contained in:
parent
469f9e5852
commit
71e08bd380
@ -14,7 +14,7 @@ RUN apt-get update && apt-get upgrade -y \
|
||||
nginx \
|
||||
&& apt-get clean
|
||||
|
||||
RUN pip3 install --no-cache-dir Flask Flask-Cors
|
||||
RUN pip3 install --no-cache-dir Flask Flask-Cors boto3 python-dotenv
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user