We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487d20e commit 1aec619Copy full SHA for 1aec619
1 file changed
backend/Dockerfile
@@ -15,7 +15,7 @@ RUN apk add --no-cache ca-certificates postgresql16-client
15
16
COPY --from=builder /app/target/release/atlas-server /usr/local/bin/
17
18
-RUN addgroup -S atlas && adduser -S atlas -G atlas \
+RUN addgroup -S -g 1000 atlas && adduser -S -u 1000 atlas -G atlas \
19
&& mkdir -p /snapshots \
20
&& chown atlas:atlas /snapshots
21
USER atlas
0 commit comments