Skip to content

Commit

Permalink
refactor: updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Oct 17, 2024
1 parent 299ba0b commit 84421e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/program-intent-engagement.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ RUN virtualenv -p python${PYTHON_VERSION} --always-copy ${INTENT_MANAGEMENT_VENV
RUN curl -L -o requirements/production.txt https://raw.githubusercontent.com/edx/program-intent-engagement/main/requirements/production.txt
RUN pip install -r requirements/production.txt

RUN mkdir -p /edx/var/log

# Clone the repository
RUN curl -L https://github.com/edx/program-intent-engagement/archive/refs/heads/main.tar.gz | tar -xz --strip-components=1

RUN mkdir -p /edx/var/log

# Code is owned by root so it cannot be modified by the application user.
USER app

Expand Down

0 comments on commit 84421e8

Please sign in to comment.