playingapi commited on
Commit
019c57e
·
verified ·
1 Parent(s): bfc328c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN pnpm deploy --filter=@imput/cobalt-api --prod /prod/api
18
  FROM base AS api
19
  WORKDIR /app
20
 
21
- ARG API_URL="https://fuliai-cobalt.hf.space/"
22
  ARG API_PORT=7860
23
 
24
  ENV API_URL=${API_URL}
 
18
  FROM base AS api
19
  WORKDIR /app
20
 
21
+ ARG API_URL="https://playingapi-cobalt.hf.space/"
22
  ARG API_PORT=7860
23
 
24
  ENV API_URL=${API_URL}