Skip to content

Commit 24fb3ca

Browse files
committed
chore: rename Containerfile to Dockerfile
1 parent 4098d28 commit 24fb3ca

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

File renamed without changes.

compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ services:
44
app:
55
image: ago-docs
66
container_name: ago-docs
7-
build:
8-
context: .
9-
dockerfile: Containerfile
7+
build: .
108
volumes:
119
- .:/app:z
1210
ports:

0 commit comments

Comments
 (0)