mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-29 23:04:12 +00:00
c23af625f6
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
8 lines
74 B
Docker
8 lines
74 B
Docker
FROM node
|
|
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
|
|
CMD [ "bash" ]
|