Skip to content

Commit

Permalink
EBR-64: update spaces in makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
915-Misan-Teodora committed Jun 13, 2024
1 parent 30fc4cc commit 2cb7a06
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ build:
$(MAKE) -C frontend docker_build

publish:
$(MAKE) -C backend publish_ebrains
$(MAKE) -C backend publish_ebrains
$(MAKE) -C frontend publish_ebrains
5 changes: 3 additions & 2 deletions backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ run_dev: docker_build
$(IMAGE_NAME):dev

publish_ebrains:
docker build -t $(IMAGE_NAME):ebrains \
docker build -t $(IMAGE_NAME):ebrains2 \
--build-arg http_proxy=http://bbpproxy.epfl.ch:80/ \
--build-arg https_proxy=http://bbpproxy.epfl.ch:80/ \
--build-arg WS_URL=wss://bluenaas-single-cell-svc.apps.ebrains.eu \
--build-arg VERSION=$(VERSION) \
--build-arg NEURON_VERSION=$(NEURON_VERSION) \
.
docker push $(IMAGE_NAME):ebrains
docker push $(IMAGE_NAME):ebrains2
16 changes: 8 additions & 8 deletions frontend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ run_docker: docker_build
$(IMAGE_NAME):dev

publish_ebrains:
docker build -t $(IMAGE_NAME):ebrains \
--build-arg http_proxy=http://bbpproxy.epfl.ch:80/ \
--build-arg https_proxy=http://bbpproxy.epfl.ch:80/ \
--build-arg WS_URL=wss://bluenaas-single-cell-svc.apps.ebrains.eu \
--build-arg VERSION=$(VERSION) \
--build-arg NEURON_VERSION=$(NEURON_VERSION) \
.
docker push $(IMAGE_NAME):ebrains
docker build -t $(IMAGE_NAME):ebrains2 \
--build-arg http_proxy=http://bbpproxy.epfl.ch:80/ \
--build-arg https_proxy=http://bbpproxy.epfl.ch:80/ \
--build-arg WS_URL=wss://bluenaas-single-cell-svc.apps.ebrains.eu \
--build-arg VERSION=$(VERSION) \
--build-arg NEURON_VERSION=$(NEURON_VERSION) \
.
docker push $(IMAGE_NAME):ebrains2

0 comments on commit 2cb7a06

Please sign in to comment.