mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-14 01:52:55 +00:00
8 lines
121 B
Docker
8 lines
121 B
Docker
FROM hardcoreeng/base:v20250113a
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
|
|
EXPOSE 3000
|
|
CMD [ "node", "bundle.js" ]
|