Skip to content

Commit

Permalink
add psutil
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Oct 22, 2024
1 parent 9cb24ae commit e8c2917
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 @@ -72,7 +72,7 @@ COPY . ${WEB_ROOT}/arches-lingo
# Set default workdir
WORKDIR ${APP_ROOT}

RUN source ${WEB_ROOT}/ENV/bin/activate && pip install . && pip install gunicorn boto boto3 django-storages
RUN source ${WEB_ROOT}/ENV/bin/activate && pip install . && pip install gunicorn boto boto3 django-storages psutil

# # Set entrypoint
ENTRYPOINT ["../entrypoint.sh"]
Expand Down

0 comments on commit e8c2917

Please sign in to comment.