diff --git a/docker/production/Dockerfile b/docker/production/Dockerfile index dddfbeb2..022498a2 100644 --- a/docker/production/Dockerfile +++ b/docker/production/Dockerfile @@ -2,7 +2,7 @@ FROM public.ecr.aws/l1p7h1f9/archesproject-fargeo:7.6.x-base-prod AS base ENV APP_ROOT=${WEB_ROOT}/arches-lingo WORKDIR ${WEB_ROOT} -RUN apt-get install nginx -y && source ENV/bin/activate && pip install gunicorn +RUN apt-get install nginx -y && source ENV/bin/activate && pip install gunicorn botocore boto3 django-storages psutil COPY docker/nginx/default.conf /etc/nginx/sites-available/default