Chrunos commited on
Commit
96904e8
·
verified ·
1 Parent(s): 225c279

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && \
13
  RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
14
  pnpm install --prod --frozen-lockfile
15
  # Update this line to pull the latest version (10.5)
16
- RUN git clone -b v10.5 https://github.com/imputnet/cobalt
17
 
18
  RUN pnpm deploy --filter=@imput/cobalt-api --prod /prod/api
19
 
 
13
  RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
14
  pnpm install --prod --frozen-lockfile
15
  # Update this line to pull the latest version (10.5)
16
+ RUN git clone -b https://github.com/imputnet/cobalt
17
 
18
  RUN pnpm deploy --filter=@imput/cobalt-api --prod /prod/api
19