Skip to content

Commit fb6a8b4

Browse files
Get build from local dockerfile
1 parent 076e248 commit fb6a8b4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ services:
77
#--------------------------------------------------------------------------#
88
#--------------------------------------------------------------------------#
99
codeigniter4:
10-
image: atsanna/codeigniter4:latest
10+
image: codeigniter:4.0.3
1111
container_name: 'codeigniter4'
12+
build:
13+
context: ./
1214
ports:
1315
- 80:80
1416
links:

0 commit comments

Comments
 (0)