mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 05:53:09 +03:00
ea492902f1
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
8 lines
70 B
Docker
8 lines
70 B
Docker
FROM node:18
|
|
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle.js ./
|
|
|
|
CMD [ "bash" ]
|