We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baf591 commit efc1db3Copy full SHA for efc1db3
okteto.yaml
@@ -35,6 +35,7 @@ deploy:
35
dev:
36
frontend:
37
image: okteto/node:20
38
+ workdir: /usr/src/app
39
command: bash
40
sync:
41
- frontend:/usr/src/app
@@ -46,6 +47,7 @@ dev:
46
47
- 9229:9229
48
rent:
49
command: mvn spring-boot:run
50
+ workdir: /app
51
52
- rent:/app
53
volumes:
@@ -55,6 +57,7 @@ dev:
55
57
- 5432:postgresql:5432
56
58
api:
59
image: okteto/golang:1.22
60
61
62
securityContext:
63
capabilities:
@@ -66,6 +69,7 @@ dev:
66
69
- 2346:2345
67
70
worker:
68
71
72
73
74
75
0 commit comments