Skip to content

Commit

Permalink
fix(compose): dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-delaloy authored Oct 10, 2022
1 parent 65bc2cc commit 8f5555c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
container_name: tf-gui_api
build:
context: .
dockerfile: build/package/api/Dockerfile
dockerfile: build/package/api/Dockerfile.dev
target: development
ports:
- 8080:80
Expand Down

0 comments on commit 8f5555c

Please sign in to comment.