Skip to content

Commit

Permalink
Move Dockerfile to root
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Aug 25, 2023
1 parent ad6d587 commit 3c6ef07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
buildroot-dev:
image: "${REGISTRY:-docker.io/}${IMAGE_OWNER}/${IMAGE_NAME}:buildroot-dev"
build:
dockerfile: ${DOCKER_FILE:-buildroot/Dockerfile}
dockerfile: ${DOCKER_FILE:-Dockerfile}
target: buildroot-dev
args:
BUILDKIT_INLINE_CACHE: "1"
Expand Down

0 comments on commit 3c6ef07

Please sign in to comment.