File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ services:
6767 - postEnvironmentStart
6868 commands :
6969 start : |
70- cd /workspaces/gitpodflix-demo/management-ui
70+ cd /workspaces/gitpodflix-demo/management-ui
7171
7272 # Wait for vite to be available
7373 echo "Waiting for vite to be available..."
@@ -104,7 +104,7 @@ services:
104104 - postEnvironmentStart
105105 commands :
106106 start : |
107- cd /workspaces/gitpodflix-demo/frontend
107+ cd /workspaces/gitpodflix-demo/frontend
108108
109109 # Wait for vite to be available
110110 echo "Waiting for vite to be available..."
@@ -141,7 +141,7 @@ tasks:
141141 - manual
142142 - postEnvironmentStart
143143 command : |
144- cd /workspaces/gitpodflix-demo/database/main
144+ cd /workspaces/gitpodflix-demo/database/main
145145
146146 # Wait for PostgreSQL to be ready
147147 echo "Waiting for PostgreSQL to be ready..."
You can’t perform that action at this time.
0 commit comments