diff --git a/Dockerfile b/Dockerfile index 32a5624..98dda26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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