We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a97bf76 + 8949501 commit 90c72beCopy full SHA for 90c72be
1 file changed
Dockerfile
@@ -36,6 +36,8 @@ COPY --from=builder_go /app/.env.example .
36
RUN apt-get update && \
37
apt-get install -y --no-install-recommends ca-certificates && \
38
rm -rf /var/lib/apt/lists/*
39
+RUN useradd -U -u 1000 appuser && chown -R 1000:1000 /app
40
+USER 1000
41
EXPOSE 55667
42
CMD ["./shadmin-runner"]
43
0 commit comments