Files
huly-platform/services/export/pod-export/Dockerfile
T
2025-09-15 17:29:24 +07:00

8 lines
133 B
Docker

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