Skip to content

Commit c9721d7

Browse files
clean: docker build will be remove in future releases / build into compose file
1 parent bbc2b8a commit c9721d7

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

docker-compose.yaml.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44
api:
55
container_name: evolution_api
66
image: evolution/api:local
7+
build: .
78
restart: always
89
ports:
910
- 8080:8080

docker-compose.yaml.example.complete

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44
api:
55
container_name: evolution_api
66
image: evolution/api:local
7+
build: .
78
restart: always
89
ports:
910
- 8080:8080

docker.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)