bump to bsp-2

This commit is contained in:
Marco Zeisler 2021-05-04 20:57:22 +02:00
parent 438168fbc2
commit 79a9e0edd5

View File

@ -6,7 +6,7 @@ services:
waecm_g4_be:
container_name: waecm_g4_be_container
hostname: waecm_g4_be
image: pfingstfrosch/waecm-2021-group-04-bsp-1-be
image: pfingstfrosch/waecm-2021-group-04-bsp-2-be
build:
context: ./backend
dockerfile: ./Dockerfile
@ -20,7 +20,7 @@ services:
waecm_g4_fe:
container_name: waecm_g4_fe_container
hostname: waecm_g4_fe
image: pfingstfrosch/waecm-2021-group-04-bsp-1-fe
image: pfingstfrosch/waecm-2021-group-04-bsp-2-fe
build:
context: ./frontend
dockerfile: ./Dockerfile