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

7 lines
113 B
Docker

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