mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-15 02:23:12 +00:00
8 lines
120 B
Docker
8 lines
120 B
Docker
|
|
FROM hardcoreeng/base:v20250310
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
|
|
EXPOSE 3078
|
|
CMD [ "node", "bundle.js" ] |