mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-31 20:29:55 +02:00
Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
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" ]
|