mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-12 08:14:42 +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" ]
|