Files
huly-platform/services/export/pod-export/Dockerfile
T
2025-09-16 23:18:12 +07:00

8 lines
133 B
Docker

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