mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: remove docker from cloud
This commit is contained in:
parent
5f56512e56
commit
e995d894d8
@ -43,8 +43,8 @@ COPY --from=build /prod/dokploy/components.json ./components.json
|
|||||||
COPY --from=build /prod/dokploy/node_modules ./node_modules
|
COPY --from=build /prod/dokploy/node_modules ./node_modules
|
||||||
|
|
||||||
|
|
||||||
# Install docker
|
# Install RCLONE
|
||||||
RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && rm get-docker.sh && curl https://rclone.org/install.sh | bash
|
RUN curl https://rclone.org/install.sh | bash
|
||||||
|
|
||||||
# tsx
|
# tsx
|
||||||
RUN pnpm install -g tsx
|
RUN pnpm install -g tsx
|
||||||
|
Loading…
Reference in New Issue
Block a user