Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 2cb7a06

Browse files
EBR-64: update spaces in makefiles
1 parent 30fc4cc commit 2cb7a06

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ build:
2323
$(MAKE) -C frontend docker_build
2424

2525
publish:
26-
$(MAKE) -C backend publish_ebrains
26+
$(MAKE) -C backend publish_ebrains
2727
$(MAKE) -C frontend publish_ebrains

backend/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ run_dev: docker_build
5252
$(IMAGE_NAME):dev
5353

5454
publish_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

frontend/Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ run_docker: docker_build
4040
$(IMAGE_NAME):dev
4141

4242
publish_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

0 commit comments

Comments
 (0)