Files
huly-platform/pods/workspace/Dockerfile
T
2025-01-14 12:12:15 +07:00

11 lines
169 B
Docker

FROM hardcoreeng/base:v20250113a
WORKDIR /usr/src/app
COPY bundle/bundle.js ./
COPY bundle/bundle.js.map ./
COPY ini[t]/ ./init-scripts/
CMD [ "node", "bundle.js" ]