Skip to content
Snippets Groups Projects
Commit 6010ac4a authored by Armin Felder's avatar Armin Felder
Browse files

fixed clone in dokerfile

parent 3d629769
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,9 @@ RUN cd /proxygenSrc/proxygen/folly/folly \ ...@@ -60,7 +60,9 @@ RUN cd /proxygenSrc/proxygen/folly/folly \
RUN cd /proxygenSrc/proxygen/proxygen \ RUN cd /proxygenSrc/proxygen/proxygen \
&& ./deps.sh \ && ./deps.sh \
&& ./reinstall.sh && ./reinstall.sh
ADD https://git.fairkom.net/api/v4/projects/chat%2FRocketChatMobilePushGateway/repository/commits version.json
RUN mkdir /pushGateway \ RUN mkdir /pushGateway \
&& cd /pushGateway \ && cd /pushGateway \
&& git clone --recursive https://git.fairkom.net/chat/RocketChatMobilePushGateway.git \ && git clone --recursive https://git.fairkom.net/chat/RocketChatMobilePushGateway.git \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment