Commit 929090f3 authored by Carlos Herrero's avatar Carlos Herrero

Modifique el Dockerfile

parent c49091c5
...@@ -25,7 +25,7 @@ RUN tar -C /usr/local -xzf go1.17.1.linux-amd64.tar.gz ...@@ -25,7 +25,7 @@ RUN tar -C /usr/local -xzf go1.17.1.linux-amd64.tar.gz
RUN echo "export PATH=$PATH:/usr/local/go/bin" >> $HOME/.bash_profile && \ RUN echo "export PATH=$PATH:/usr/local/go/bin" >> $HOME/.bash_profile && \
source ~/.bash_profile source ~/.bash_profile
RUN echo "$VERSION ver 3" RUN echo "$VERSION ver 4"
RUN git clone http://gitlab.hiperpbx.com/javier.larrosa/web-console.git -b $BRANCH RUN git clone http://gitlab.hiperpbx.com/javier.larrosa/web-console.git -b $BRANCH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment