refactor(cloud): add is cloud flag to cluters

This commit is contained in:
Mauricio Siu
2024-10-04 14:40:31 -06:00
parent 3747db08d4
commit daa87c0dc7
2 changed files with 28 additions and 5 deletions
+1 -4
View File
@@ -48,10 +48,7 @@ RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && rm
# Install Nixpacks and tsx
# | VERBOSE=1 VERSION=1.21.0 bash
RUN curl -sSL https://nixpacks.com/install.sh -o install.sh \
&& chmod +x install.sh \
&& ./install.sh \
&& pnpm install -g tsx
RUN pnpm install -g tsx
# Install buildpacks
COPY --from=buildpacksio/pack:0.35.0 /usr/local/bin/pack /usr/local/bin/pack