This repository was archived by the owner on Feb 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 $(MAKE ) -C frontend docker_build
2424
2525publish :
26- $(MAKE) -C backend publish_ebrains
26+ $(MAKE ) -C backend publish_ebrains
2727 $(MAKE ) -C frontend publish_ebrains
Original file line number Diff line number Diff line change @@ -52,10 +52,11 @@ run_dev: docker_build
5252 $(IMAGE_NAME ) :dev
5353
5454publish_ebrains :
55- docker build -t $(IMAGE_NAME ) :ebrains \
55+ docker build -t $(IMAGE_NAME ) :ebrains2 \
5656 --build-arg http_proxy=http://bbpproxy.epfl.ch:80/ \
5757 --build-arg https_proxy=http://bbpproxy.epfl.ch:80/ \
58+ --build-arg WS_URL=wss://bluenaas-single-cell-svc.apps.ebrains.eu \
5859 --build-arg VERSION=$(VERSION ) \
5960 --build-arg NEURON_VERSION=$(NEURON_VERSION ) \
6061 .
61- docker push $(IMAGE_NAME ) :ebrains
62+ docker push $(IMAGE_NAME ) :ebrains2
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ run_docker: docker_build
4040 $(IMAGE_NAME ) :dev
4141
4242publish_ebrains :
43- docker build -t $(IMAGE_NAME ) :ebrains \
44- --build-arg http_proxy=http ://bbpproxy.epfl.ch:80/ \
45- --build-arg https_proxy=http ://bbpproxy.epfl.ch:80/ \
46- --build-arg WS_URL=wss ://bluenaas-single-cell-svc.apps.ebrains.eu \
47- --build-arg VERSION=$(VERSION) \
48- --build-arg NEURON_VERSION=$(NEURON_VERSION) \
49- .
50- docker push $(IMAGE_NAME ) :ebrains
43+ docker build -t $(IMAGE_NAME ) :ebrains2 \
44+ --build-arg http_proxy=http://bbpproxy.epfl.ch:80/ \
45+ --build-arg https_proxy=http://bbpproxy.epfl.ch:80/ \
46+ --build-arg WS_URL=wss://bluenaas-single-cell-svc.apps.ebrains.eu \
47+ --build-arg VERSION=$(VERSION ) \
48+ --build-arg NEURON_VERSION=$(NEURON_VERSION ) \
49+ .
50+ docker push $(IMAGE_NAME ) :ebrains2
You can’t perform that action at this time.
0 commit comments