refactor: remove docker from cloud

This commit is contained in:
Mauricio Siu 2024-10-06 14:27:14 -06:00
parent 5f56512e56
commit e995d894d8

View File

@ -43,8 +43,8 @@ COPY --from=build /prod/dokploy/components.json ./components.json
COPY --from=build /prod/dokploy/node_modules ./node_modules
# Install docker
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
# Install RCLONE
RUN curl https://rclone.org/install.sh | bash
# tsx
RUN pnpm install -g tsx