Update Dockerfiles, add signal api generated outputs
This commit is contained in:
parent
31da4b0e62
commit
83653ef23b
65 changed files with 6728 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ RUN mkdir -p ${APP_DIR}/
|
|||
RUN npm i -g turbo
|
||||
WORKDIR ${APP_DIR}
|
||||
COPY . .
|
||||
RUN turbo prune --scope=bridge-whatsapp --docker
|
||||
RUN turbo prune --scope=@link-stack/bridge-whatsapp --docker
|
||||
|
||||
FROM base AS installer
|
||||
ARG APP_DIR=/opt/bridge-whatsapp
|
||||
|
|
@ -16,7 +16,7 @@ COPY --from=builder ${APP_DIR}/out/full/ .
|
|||
COPY --from=builder ${APP_DIR}/out/package-lock.json ./package-lock.json
|
||||
RUN npm ci
|
||||
RUN npm i -g turbo
|
||||
RUN turbo run build --filter=bridge-whatsapp
|
||||
RUN turbo run build --filter=@link-stack/bridge-whatsapp
|
||||
|
||||
FROM base as runner
|
||||
ARG BUILD_DATE
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ RUN mkdir -p ${APP_DIR}/
|
|||
RUN npm i -g turbo
|
||||
WORKDIR ${APP_DIR}
|
||||
COPY . .
|
||||
RUN turbo prune --scope=bridge-worker --docker
|
||||
RUN turbo prune --scope=@link-stack/bridge-worker --docker
|
||||
|
||||
FROM base AS installer
|
||||
ARG APP_DIR=/opt/bridge-worker
|
||||
|
|
@ -16,7 +16,7 @@ COPY --from=builder ${APP_DIR}/out/full/ .
|
|||
COPY --from=builder ${APP_DIR}/out/package-lock.json ./package-lock.json
|
||||
RUN npm ci
|
||||
RUN npm i -g turbo
|
||||
RUN turbo run build --filter=bridge-worker
|
||||
RUN turbo run build --filter=@link-stack/bridge-worker
|
||||
|
||||
FROM base as runner
|
||||
ARG BUILD_DATE
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ RUN mkdir -p ${APP_DIR}/
|
|||
RUN npm i -g turbo
|
||||
WORKDIR ${APP_DIR}
|
||||
COPY . .
|
||||
RUN turbo prune --scope=leafcutter --docker
|
||||
RUN turbo prune --scope=@link-stack/leafcutter --docker
|
||||
|
||||
FROM base AS installer
|
||||
ARG APP_DIR=/opt/leafcutter
|
||||
|
|
@ -19,7 +19,7 @@ RUN npm ci
|
|||
COPY --from=builder ${APP_DIR}/out/full/ .
|
||||
ARG LINK_EMBEDDED=true
|
||||
RUN npm i -g turbo
|
||||
RUN turbo run build --filter=leafcutter
|
||||
RUN turbo run build --filter=@link-stack/leafcutter
|
||||
|
||||
FROM base AS runner
|
||||
ARG APP_DIR=/opt/leafcutter
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ RUN mkdir -p ${APP_DIR}/
|
|||
RUN npm i -g turbo
|
||||
WORKDIR ${APP_DIR}
|
||||
COPY . .
|
||||
RUN turbo prune --scope=link --docker
|
||||
RUN turbo prune --scope=@link-stack/link --docker
|
||||
|
||||
FROM base AS installer
|
||||
ARG APP_DIR=/opt/link
|
||||
|
|
@ -18,7 +18,7 @@ RUN npm ci
|
|||
|
||||
COPY --from=builder ${APP_DIR}/out/full/ .
|
||||
RUN npm i -g turbo
|
||||
RUN turbo run build --filter=link
|
||||
RUN turbo run build --filter=@link-stack/link
|
||||
|
||||
FROM base AS runner
|
||||
ARG APP_DIR=/opt/link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue