Hermes Agent commited on
Commit
cd68604
·
1 Parent(s): cd85ca3

Update: use feat/tool-vm branch

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@
4
  # Stage 1: Get source code
5
  FROM alpine/git:v2.45.2 AS source
6
  RUN apk add --no-cache git && \
7
- git clone --depth 1 https://github.com/buyi06/ds2api.git /src
8
 
9
  # Stage 2: Build webui
10
  FROM node:24-alpine AS webui-builder
 
4
  # Stage 1: Get source code
5
  FROM alpine/git:v2.45.2 AS source
6
  RUN apk add --no-cache git && \
7
+ git clone --depth 1 -b feat/tool-vm https://github.com/buyi06/ds2api.git /src
8
 
9
  # Stage 2: Build webui
10
  FROM node:24-alpine AS webui-builder