Update Dockerfiles, add signal api generated outputs

This commit is contained in:
Darren Clarke 2024-06-05 10:06:41 +02:00
parent 31da4b0e62
commit 83653ef23b
65 changed files with 6728 additions and 21 deletions

View file

@ -6,7 +6,7 @@ RUN mkdir -p ${APP_DIR}/
RUN npm i -g turbo
WORKDIR ${APP_DIR}
COPY . .
RUN turbo prune --scope=bridge-frontend --docker
RUN turbo prune --scope=@link-stack/bridge-frontend --docker
FROM base AS installer
ARG APP_DIR=/opt/bridge-frontend
@ -18,7 +18,7 @@ RUN npm ci
COPY --from=builder ${APP_DIR}/out/full/ .
RUN npm i -g turbo
RUN turbo run build --filter=bridge-frontend
RUN turbo run build --filter=@link-stack/bridge-frontend
FROM base AS runner
ARG APP_DIR=/opt/bridge-frontend

View file

@ -26,6 +26,7 @@
"@mui/x-license": "^7.6.1",
"@link-stack/bridge-common": "*",
"@link-stack/bridge-ui": "*",
"@link-stack/signal-api": "*",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"graphile-worker": "^0.16.6",