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 4537305 commit 00048f5Copy full SHA for 00048f5
1 file changed
integration-tests/images/ldap-server/Containerfile
@@ -8,4 +8,6 @@ COPY server.py /app/server.py
8
9
EXPOSE 1389
10
11
+USER 1001
12
+
13
CMD ["python3", "/app/server.py"]
0 commit comments