Browse Source

Make Docker build works correctly

pull/356/head
ChengLei Shao 9 years ago
committed by GitHub
parent
commit
a3c8235f86
  1. 2
      Dockerfile

2
Dockerfile

@ -7,7 +7,7 @@ RUN echo tlsv1 >> ~/.curlrc
RUN \ RUN \
curl -Lks https://bintray.com$(curl -Lk http://bintray.com/chrislusf/seaweedfs/seaweedfs/_latestVersion | grep linux_amd64.tar.gz | sed -n "/href/ s/.*href=['\"]\([^'\"]*\)['\"].*/\1/gp") | gunzip | tar -xf - -C /opt/weed/ && \ curl -Lks https://bintray.com$(curl -Lk http://bintray.com/chrislusf/seaweedfs/seaweedfs/_latestVersion | grep linux_amd64.tar.gz | sed -n "/href/ s/.*href=['\"]\([^'\"]*\)['\"].*/\1/gp") | gunzip | tar -xf - -C /opt/weed/ && \
mkdir ./bin && mv weed_*/* ./bin && \
mkdir ./bin && mv ./*/* ./bin && \
chmod +x ./bin/weed chmod +x ./bin/weed
EXPOSE 8080 EXPOSE 8080

Loading…
Cancel
Save