fix(api Dockerfile): COPY app-manifest.json (runtime-import)
Some checks are pending
CI / validate (push) Waiting to run
Some checks are pending
CI / validate (push) Waiting to run
This commit is contained in:
parent
78a6c8fc77
commit
f9d7a16ee2
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ RUN apk add --no-cache nodejs npm bash \
|
|||
COPY packages/cards-domain packages/cards-domain
|
||||
COPY apps/api apps/api
|
||||
|
||||
# app-manifest.json wird vom API zur Runtime importiert (manifest.ts +
|
||||
# share.ts haben `import ... from '../../../../app-manifest.json'`).
|
||||
COPY app-manifest.json ./app-manifest.json
|
||||
|
||||
WORKDIR /app/apps/api
|
||||
|
||||
EXPOSE 3081
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue