mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
7a196cbd7f
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
8 lines
67 B
Docker
8 lines
67 B
Docker
FROM node
|
|
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle.js ./
|
|
|
|
CMD [ "bash" ]
|