mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 20:25:56 +03:00
c23af625f6
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
8 lines
77 B
Docker
8 lines
77 B
Docker
FROM node:20
|
|
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
|
|
CMD [ "bash" ]
|