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