Skip to content

Commit

Permalink
chore: changed user back to root in image creation
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Dec 18, 2024
1 parent 6963c03 commit 74ff23c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dockerfiles/enterprise-catalog.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,4 @@ EXPOSE 18160
EXPOSE 18161
USER root
RUN pip install -r requirements/dev.txt
USER app
CMD gunicorn --workers=2 --name enterprise_catalog -c /edx/app/enterprise-catalog/enterprise_catalog/docker_gunicorn_configuration.py --log-file - --max-requests=1000 enterprise_catalog.wsgi:application

0 comments on commit 74ff23c

Please sign in to comment.