Skip to content

Commit

Permalink
Move docker from subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Mar 20, 2024
1 parent 24fc6b2 commit 8ffaa58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
tty: true
build:
context: .
dockerfile: .docker/minicrawler/Dockerfile
dockerfile: .docker/Dockerfile
target: minicrawler-with-php
environment:
- ENVNAME=dev
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

target "minicrawler" {
context = "."
dockerfile = ".docker/minicrawler/Dockerfile"
dockerfile = ".docker/Dockerfile"
platforms = ["linux/amd64", "linux/arm64"]
pull = true
tags = [
Expand Down

0 comments on commit 8ffaa58

Please sign in to comment.