fix task3 backend

This commit is contained in:
2020-01-05 19:03:16 +01:00
parent 4e0a675ee3
commit 5c9d4cd2d9
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
version: '3'
services:
backend2:
backend3:
build:
dockerfile: ./task3-backend/Dockerfile
context: ../..