platform/services/export/pod-export/Dockerfile
Andrey Sobolev 0c6a8852d8
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
QFIX: Use front base for datalake (#8772)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-04-29 23:29:21 +07:00

8 lines
139 B
Docker

FROM hardcoreeng/print-base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./
EXPOSE 4009
CMD [ "dumb-init", "node", "bundle.js" ]