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