Skip to content

Commit 9fb54ad

Browse files
authored
Merge pull request #133 from ImperialCollegeLondon/docker-patch
update docker install
2 parents 89d0ca2 + 60be87a commit 9fb54ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ FROM python:3.11.5-alpine
22

33
COPY --chown=nobody . /usr/src/app
44
WORKDIR /usr/src/app
5-
RUN pip install --no-cache-dir -r requirements.txt
6-
RUN pip install .
5+
RUN pip install --no-cache-dir .
76
USER nobody
87

98
ENV WSIMOD_SETTINGS settings.yaml

0 commit comments

Comments
 (0)