feat(tailscale): tailscale drep refactoring

这个提交包含在:
2024-06-25 12:12:03 +08:00 未验证
父节点 5db2fc1d3f
当前提交 71e10291e7
修改 8 个文件,包含 24 行新增7 行删除
+9
查看文件
@@ -0,0 +1,9 @@
# node 业务基础镜像
FROM node:18.16.1-slim
RUN echo "Asia/Shanghai" > /etc/timezone
RUN echo "ZONE=Asia/Shanghai" >> /etc/timezone && rm -f /etc/localtime && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN apt-get update && apt-get install -y curl
RUN npm i pnpm -g