update to assignment 3

This commit is contained in:
Marco Zeisler 2021-05-11 16:58:07 +02:00
parent 499072f9dc
commit 91d6020e10

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-2-be
image: pfingstfrosch/waecm-2021-group-04-bsp-3-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-2-fe
image: pfingstfrosch/waecm-2021-group-04-bsp-3-fe
build:
context: ./frontend
dockerfile: ./Dockerfile