diff --git a/docker-compose.yml b/docker-compose.yml index 4083c3d..172f428 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: app: build: - context: . + context: https://git.atri.dad/atridad/atridotdad.git dockerfile: Dockerfile ports: - "${APP_PORT}:4321"