mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-01 03:07:51 +08:00
6 lines
208 B
Docker
6 lines
208 B
Docker
FROM goodrainapps/alpine:3.4
|
|
COPY . /run
|
|
RUN chmod +x /run/rainbond-grctl /run/entrypoint.sh
|
|
VOLUME [ "/rootfs/root","/rootfs/path","/ssl" ]
|
|
ENV RELEASE_DESC=__RELEASE_DESC__
|
|
ENTRYPOINT ["/run/entrypoint.sh"] |