Skip to content

Commit 442f639

Browse files
build: 修复 user 的定义问题
1 parent ab67e36 commit 442f639

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
@@ -29,6 +29,4 @@ EXPOSE 3000
2929
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
3030
CMD bun run -e "fetch('http://localhost:3000/health').then(r => r.ok ? process.exit(0) : process.exit(1)).catch(() => process.exit(1))"
3131

32-
USER app
33-
3432
CMD ["bun", "run", "dist/server.js"]

0 commit comments

Comments
 (0)