diff --git a/Dockerfile b/Dockerfile index 938d105..dfb2909 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/local/app COPY src ./ RUN pip install --no-cache-dir -r requirements.txt -EXPOSE 5000 +EXPOSE 5001 RUN adduser -D app USER app