We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34fca4 commit 5298768Copy full SHA for 5298768
Dockerfile
@@ -25,5 +25,7 @@ COPY . .
25
26
RUN chmod +x entrypoint.sh
27
28
+USER pptruser
29
+
30
# Run bot
31
ENTRYPOINT [ "./entrypoint.sh" ]
0 commit comments