Skip to content

Commit 018ef4c

Browse files
committed
rename container file and compose file to the new convention
This is more accurate because developper can use Docker or Podman to build container image
1 parent 9ce1a95 commit 018ef4c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docker-compose.yaml renamed to compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
linuxfr-board:
33
build:
44
context: .
5-
dockerfile: ./deployment/Dockerfile
5+
dockerfile: ./deployment/Containerfile
66
env_file:
77
- deployment/default.env
88
depends_on:
File renamed without changes.

0 commit comments

Comments
 (0)