platform/services/github/pod-github/Dockerfile
Andrey Sobolev ce66b12a92
QFIX: Use front base for datalake (#8772)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-04-29 23:28:09 +07:00

10 lines
150 B
Docker

FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./
COPY bundle/bundle.js.map ./
EXPOSE 3078
CMD [ "node", "bundle.js" ]