mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 08:51:37 +03:00
c713a07531
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
9 lines
79 B
Docker
9 lines
79 B
Docker
FROM node
|
|
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle.js ./
|
|
|
|
EXPOSE 8080
|
|
CMD [ "bash" ]
|