We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d58a8e commit 1334ad3Copy full SHA for 1334ad3
Dockerfile
@@ -4,6 +4,8 @@ WORKDIR /app
4
5
ADD . /app
6
7
-RUN pip install -r requirements.txt
+RUN pip install -r requirements.txt
8
+
9
+USER 10017
10
11
ENTRYPOINT ./entrypoint.sh
0 commit comments