Skip to content

Commit ab67e36

Browse files
build: 删除权限添加
1 parent 8c1fb25 commit ab67e36

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/remote-control-server/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ FROM oven/bun:1-slim AS runtime
1717
ARG VERSION=0.1.0
1818
ENV RCS_VERSION=${VERSION}
1919

20-
RUN addgroup -S app && adduser -S -G app app
21-
2220
WORKDIR /app
2321

2422
COPY --from=builder /app/dist/server.js ./dist/server.js

0 commit comments

Comments
 (0)