Verified Commit e83161a3 authored by Sören Ducati's avatar Sören Ducati
Browse files

fix: drop root permissions

parent e4a1e5f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ WORKDIR /app
EXPOSE 5000

# First, copy and install only the requirements...
RUN useradd -ms /bin/bash python
USER python
RUN pip install --upgrade pip setuptools
RUN pip install pipenv
COPY Pipfile.lock .