fix image name to be able to properly push to dockerhub

This commit is contained in:
Marco Zeisler 2021-03-21 19:46:15 +01:00
parent b41263aa2c
commit 3c80d93883

View File

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