diff --git a/docker-compose-custom.yml b/docker-compose-custom.yml index 1ab3d859..040612ce 100644 --- a/docker-compose-custom.yml +++ b/docker-compose-custom.yml @@ -2,6 +2,9 @@ version: '3.4' services: new-api-custom: + build: + context: . + dockerfile: Dockerfile image: new-api-custom:latest container_name: new-api-custom restart: always