Rewrite Zammad API calls in config rather than middleware
This commit is contained in:
parent
f0e8e20c24
commit
781f8c380a
3 changed files with 17 additions and 5 deletions
|
|
@ -18,6 +18,7 @@ RUN npm ci
|
|||
|
||||
COPY --from=builder ${APP_DIR}/out/full/ .
|
||||
RUN npm i -g turbo
|
||||
ENV ZAMMAD_URL=http://zammad-nginx:8080
|
||||
RUN turbo run build --filter=@link-stack/link --filter=@link-stack/bridge-migrations
|
||||
|
||||
FROM base AS runner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue