cigaret
cigaret
RRailway
Created by cigaret on 12/19/2023 in #✋|help
Does Pro pricing have $20 resource usage credits per month?
got it, thanks @Vin
6 replies
RRailway
Created by cigaret on 12/19/2023 in #✋|help
Does Pro pricing have $20 resource usage credits per month?
N/A
6 replies
RRailway
Created by cigaret on 7/16/2023 in #✋|help
docker build stage always fail, manually Redeploy works
Actually it's not the problem, because sometimes it will success, I will try it though.
8 replies
RRailway
Created by cigaret on 7/16/2023 in #✋|help
docker build stage always fail, manually Redeploy works
Hey thanks for your reply, here is the dockerfile: syntax=docker/dockerfile:1 FROM node:18-alpine AS build LABEL authors="cigaret" LABEL email="[email protected]" WORKDIR /app-root COPY ./ . RUN corepack enable \ && pnpm install \ && pnpm run --filter @planet-matrix/planet-matrix^... build \ && cd apps/planet-matrix \ && pnpm run build WORKDIR /app-root/apps/planet-matrix CMD ["pnpm", "run", "start"]
8 replies
RRailway
Created by cigaret on 7/16/2023 in #✋|help
docker build stage always fail, manually Redeploy works
Project ID: 12664e81-a9ed-4016-b091-9967e721adde
8 replies