Skip to content

Commit

Permalink
Merge pull request #133 from ImperialCollegeLondon/docker-patch
Browse files Browse the repository at this point in the history
update docker install
  • Loading branch information
barneydobson authored Nov 29, 2024
2 parents 89d0ca2 + 60be87a commit 9fb54ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM python:3.11.5-alpine

COPY --chown=nobody . /usr/src/app
WORKDIR /usr/src/app
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install .
RUN pip install --no-cache-dir .
USER nobody

ENV WSIMOD_SETTINGS settings.yaml
Expand Down

0 comments on commit 9fb54ad

Please sign in to comment.