Skip to content
Snippets Groups Projects
Commit fb369fe9 authored by alex kuklin's avatar alex kuklin
Browse files

volume path changed

parent a3fe48b0
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ ARG CI_COMMIT_SHA ...@@ -7,7 +7,6 @@ ARG CI_COMMIT_SHA
ENV GOPATH=/srv ENV GOPATH=/srv
VOLUME /srv/src/code.vereign.com/code/vcl/javascript/dist
COPY . /srv/src/code.vereign.com/code/vcl/ COPY . /srv/src/code.vereign.com/code/vcl/
...@@ -21,3 +20,5 @@ RUN \ ...@@ -21,3 +20,5 @@ RUN \
make && rm /tmp/store make && rm /tmp/store
#ln -s `pwd` $GOPATH/src/code.vereign.com/code/ && \ #ln -s `pwd` $GOPATH/src/code.vereign.com/code/ && \
VOLUME /srv/src/code.vereign.com/code/vcl/javascript/dist
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