mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-08 00:52:30 +00:00
8 lines
123 B
Docker
8 lines
123 B
Docker
|
|
FROM hardcoreeng/base:v20250113a
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
|
|
CMD [ "dumb-init", "node", "bundle.js" ]
|