platform/dev/tool/Dockerfile
Andrey Platov d13f4690b6
use node 16 (#1002)
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2022-02-11 16:21:33 +01:00

8 lines
70 B
Docker

FROM node:16
WORKDIR /usr/src/app
COPY bundle.js ./
CMD [ "bash" ]