Skip to content

Commit

Permalink
update build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Oct 21, 2024
1 parent 9ce1ef9 commit 70bdb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 70bdb9a

Please sign in to comment.