mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-10 17:30:51 +00:00
QFIX: Use front base for datalake (#8772)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
CI / uitest-pg (push) Waiting to run
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
CI / uitest-pg (push) Waiting to run
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
1c9127b0a8
commit
0c6a8852d8
@ -1,8 +1,6 @@
|
||||
FROM hardcoreeng/base:v20250113a
|
||||
FROM hardcoreeng/front-base:v20250310
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN npm install --ignore-scripts=false --verbose sharp@v0.32.6 --unsafe-perm
|
||||
|
||||
COPY bundle/bundle.js ./
|
||||
COPY bundle/bundle.js.map ./
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
FROM hardcoreeng/print-base:v20250113a
|
||||
FROM hardcoreeng/print-base:v20250310
|
||||
WORKDIR /usr/src/app
|
||||
COPY bundle/bundle.js ./
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user