d4s-cdn-setup/images/Dockerfile-cdn

12 lines
421 B
Plaintext
Raw Normal View History

2021-12-15 15:22:30 +01:00
### 1. Get muscle classic
FROM nubisware/muscle-classic:latest
# 2. Install applicative fibers
ADD .muscle/ /root/.muscle/
RUN git fiber install -p G3 -n d4s-cdn
RUN git fiber install -p G3 -n d4s-navigation -n d4s-vre-manager
RUN git service create -n cdn -w auth -w utils -w config -w error -w utils -w inspect -w resources -w d4s-cdn -w d4s-navigation -w d4s-vre-manager
WORKDIR cdn
EXPOSE 8984
ENTRYPOINT ./start.sh