We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0036be4 commit a840eb1Copy full SHA for a840eb1
backend/sandbox/docker/Dockerfile.cheatcode-one
@@ -8,7 +8,7 @@ FROM node:20-alpine AS build
8
# ---------- Build arguments ----------
9
ARG PNPM_VERSION=9.15.0
10
ARG TEMPLATE_REPO="https://github.com/iamjr15/cheatcode-app.git"
11
-ARG TEMPLATE_REF="master"
+ARG TEMPLATE_REF="main"
12
13
# ---------- Environment ----------
14
ENV PNPM_HOME="/pnpm"
0 commit comments