We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb10dda commit b3182faCopy full SHA for b3182fa
.gitpod.yml
@@ -4,7 +4,8 @@ ports:
4
- port: 8080
5
- port: 3306
6
onOpen: ignore
7
-checkoutLocation: /workspace/lamp-example
+checkoutLocation: "lamp-example"
8
+workspaceLocation: "."
9
tasks:
10
- name: MySQL
11
command: >
0 commit comments