mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-10 02:07:45 +00:00
8 lines
140 B
Docker
8 lines
140 B
Docker
|
|
FROM hardcoreeng/print-base:v20250113a
|
|
WORKDIR /usr/src/app
|
|
COPY bundle/bundle.js ./
|
|
|
|
EXPOSE 4009
|
|
CMD [ "dumb-init", "node", "bundle.js" ]
|