Skip to content

Commit

Permalink
adding README to the Docker build process
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel committed Mar 28, 2024
1 parent 81a6361 commit 27ebacf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN pip install "poetry==$POETRY_VERSION"

COPY pyproject.toml /src
COPY poetry.lock /src
# it seems poetry won't finish if there's no README.md
COPY README.md /src
RUN chown -R mitodl:mitodl /src
RUN mkdir ${VIRTUAL_ENV} && chown -R mitodl:mitodl ${VIRTUAL_ENV}

Expand Down

0 comments on commit 27ebacf

Please sign in to comment.