mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-15 18:54:14 +00:00
9 lines
122 B
Docker
9 lines
122 B
Docker
|
|
FROM hardcoreeng/base:v20250113a
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
|
|
EXPOSE 8096
|
|
CMD [ "node", "bundle.js" ]
|