Skip to content

Commit

Permalink
rename container file and compose file to the new convention
Browse files Browse the repository at this point in the history
This is more accurate because developper can use Docker or Podman to build container image
  • Loading branch information
Trim committed Mar 8, 2024
1 parent 9ce1a95 commit 018ef4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml → compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
linuxfr-board:
build:
context: .
dockerfile: ./deployment/Dockerfile
dockerfile: ./deployment/Containerfile
env_file:
- deployment/default.env
depends_on:
Expand Down
File renamed without changes.

0 comments on commit 018ef4c

Please sign in to comment.