Skip to content

Commit 3d418bf

Browse files
committed
add docker deploy
1 parent 8adea2a commit 3d418bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
container_name: tiny-engine-back
2121
build:
2222
context: .
23-
dockerfile: dockerfile
23+
dockerfile: Dockerfile
2424
ports:
2525
- "9090:9090"
2626
depends_on:
@@ -31,7 +31,7 @@ services:
3131
container_name: tiny-engine
3232
build:
3333
context: ../tiny-engine/
34-
dockerfile: dockerfile
34+
dockerfile: Dockerfile
3535
ports:
3636
- "80:80"
3737
volumes:

0 commit comments

Comments
 (0)