jetpackjoe
jetpackjoe
Explore posts from servers
RRailway
Created by rob on 5/6/2023 in #✋|help
Cache mount ID is not prefixed with cache key when deploying test instance
I don't understand what format it wants. I have it prefixed with the service id.
15 replies
RRailway
Created by rob on 5/6/2023 in #✋|help
Cache mount ID is not prefixed with cache key when deploying test instance
its fine, I don't need to cache there.
15 replies
RRailway
Created by rob on 5/6/2023 in #✋|help
Cache mount ID is not prefixed with cache key when deploying test instance
RUN --mount=type=cache,id=c23befe0-e87a-42f6-a6d5-c4a5c738679d-cache-pnpm,target=/pnpm/store pnpm install --frozen-lockfile still fails with the same error
15 replies
RRailway
Created by rob on 5/6/2023 in #✋|help
Cache mount ID is not prefixed with cache key when deploying test instance
sorry, what is <service-id> here?
15 replies
RRailway
Created by rob on 5/6/2023 in #✋|help
Cache mount ID is not prefixed with cache key when deploying test instance
I hit this error too. What exactly is the format it wants? I have the following line in my Dockerfile and still got the error "Cache mount ID is not prefixed with cache key"
RUN --mount=type=cache,id=cache-pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN --mount=type=cache,id=cache-pnpm,target=/pnpm/store pnpm install --frozen-lockfile
15 replies
RRailway
Created by jetpackjoe on 7/6/2023 in #✋|help
How to `railway run` a docker project?
N/A
4 replies