summaryrefslogtreecommitdiffstats
path: root/compass-deck/Dockerfile
blob: 218fed90503dc8634fb8e74c60b999d86febfec0 (plain)
1
2
3
4
5
6
7
8
9
10
FROM huangxiangyu/centos-systemd

ARG BRANCH=master
ADD . /root/compass-deck

RUN /root/compass-deck/build.sh

EXPOSE 80

CMD ["/sbin/init", "/usr/local/bin/start.sh"]