Skip to content

Commit

Permalink
Node v20 Docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hselvakumar committed Feb 12, 2024
1 parent 7437b71 commit ebefb68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tiltfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ custom_build(
live_update = [
sync(
local_path = './src',
remote_path = '/app/src'
remote_path = '/opt/src'
),
restart_container()
],
deps = [
'./dist',
'./opt'
'./src'
]
)

0 comments on commit ebefb68

Please sign in to comment.