mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-07 03:20:57 +00:00
8 lines
77 B
Docker
8 lines
77 B
Docker
FROM node:20
|
|
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
|
|
CMD [ "bash" ]
|