mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 00:41:47 +03:00
7e36bb8711
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
12 lines
141 B
Docker
12 lines
141 B
Docker
FROM node
|
|
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle.js ./
|
|
|
|
ENV TRANSACTOR_URL ws://transactor/
|
|
ENV MINIO_ENDPOINT minio
|
|
|
|
EXPOSE 8080
|
|
CMD [ "bash" ]
|