Skip to content

Commit

Permalink
Fix backend tilt docker build (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
alishakawaguchi authored Nov 7, 2023
1 parent 08707c8 commit 3212105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ local_resource(
docker_build(
ref='db-migration',
context='.',
dockerfile='./Dockerfile.migrations',
only=['hack/', 'migrations/'],
dockerfile='../docker/Dockerfile.migrations',
only=['hack/', 'migrations/', 'sql'],
)
k8s_yaml(kustomize('./dev/yaml'))
k8s_yaml(helmfile('./dev/helm/db', helmfileDir=base_dir+'/dev/helm/db'))
Expand Down

0 comments on commit 3212105

Please sign in to comment.