upd
Some checks failed
Deploy Backend / deploy (push) Successful in 22s
Deploy Frontend / deploy (push) Has been cancelled

This commit is contained in:
Oscar
2026-06-04 15:30:24 +03:00
parent 8c59c2be32
commit 70f692b7d8
3 changed files with 1 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ RUN pnpm install --frozen-lockfile --ignore-scripts
COPY . .
ARG API_BASE=http://localhost:1337
ARG API_BASE=https://api.koptinlya.xyz/test-1/
ENV API_BASE=$API_BASE
RUN pnpm exec nuxt generate