Skip to content

Commit

Permalink
Fix caprover deployment configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-bell committed Mar 19, 2024
1 parent 450e41a commit ef505ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion captain-definition-frontend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"schemaVersion": 2,
"dockerfilePath": "./frontend/Dockerfile"
"dockerfilePath": "./Dockerfile.frontend"
}
2 changes: 1 addition & 1 deletion captain-definition-roomservice
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"schemaVersion": 2,
"dockerfilePath": "./townService/Dockerfile"
"dockerfilePath": "./Dockerfile.townService"
}

0 comments on commit ef505ff

Please sign in to comment.