mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-09 08:56:40 +00:00
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-pg (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
* UBERF-9605: Test MTA hook service Signed-off-by: Artem Savchenko <armisav@gmail.com> * UBERF-9605: pod-hook config Signed-off-by: Artem Savchenko <armisav@gmail.com> * UBERF-9605: Minor fixes Signed-off-by: Artem Savchenko <armisav@gmail.com> * UBERF-9605: Add TODO Signed-off-by: Artem Savchenko <armisav@gmail.com> --------- Signed-off-by: Artem Savchenko <armisav@gmail.com>
8 lines
120 B
Docker
8 lines
120 B
Docker
FROM hardcoreeng/base:v20250310
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
|
|
EXPOSE 8098
|
|
CMD [ "node", "bundle.js" ]
|