We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1fb25 commit ab67e36Copy full SHA for ab67e36
1 file changed
packages/remote-control-server/Dockerfile
@@ -17,8 +17,6 @@ FROM oven/bun:1-slim AS runtime
17
ARG VERSION=0.1.0
18
ENV RCS_VERSION=${VERSION}
19
20
-RUN addgroup -S app && adduser -S -G app app
21
-
22
WORKDIR /app
23
24
COPY --from=builder /app/dist/server.js ./dist/server.js
0 commit comments