We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87952e commit b34ff20Copy full SHA for b34ff20
crates/xtask/Dockerfile
@@ -1,6 +1,9 @@
1
FROM rust:latest AS base
2
3
-WORKDIR /app
+RUN useradd -m appuser
4
+USER appuser
5
+
6
+WORKDIR /usr/src/app
7
8
COPY . .
9
0 commit comments