platform/dev/tool/Dockerfile
Andrey Sobolev 379c92716e
Switch to Base images (#7654)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-01-14 12:12:15 +07:00

7 lines
85 B
Docker

FROM hardcoreeng/base
WORKDIR /usr/src/app
COPY bundle/bundle.js ./
CMD [ "bash" ]