mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
8 lines
121 B
Docker
8 lines
121 B
Docker
FROM hardcoreeng/base:v20250113a
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
|
|
EXPOSE 4007
|
|
CMD [ "node", "bundle.js" ]
|