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

7 lines
113 B
Docker

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