Skip to content

Commit a840eb1

Browse files
committed
Update Dockerfile to use main branch for cheatcode-app template
1 parent 0036be4 commit a840eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/sandbox/docker/Dockerfile.cheatcode-one

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM node:20-alpine AS build
88
# ---------- Build arguments ----------
99
ARG PNPM_VERSION=9.15.0
1010
ARG TEMPLATE_REPO="https://github.com/iamjr15/cheatcode-app.git"
11-
ARG TEMPLATE_REF="master"
11+
ARG TEMPLATE_REF="main"
1212

1313
# ---------- Environment ----------
1414
ENV PNPM_HOME="/pnpm"

0 commit comments

Comments
 (0)