mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-05 23:36:31 +00:00
7 lines
129 B
Docker
7 lines
129 B
Docker
FROM hardcoreeng/rekoni-base:v20250113a
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
EXPOSE 4004
|
|
CMD [ "node", "./bundle.js" ]
|