fixed dockerfile

This commit is contained in:
Patrick 2024-11-16 23:46:21 +01:00
parent b60699463f
commit 3b2c3675a8

View file

@ -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