Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 213efc2

Browse files
committed
Fix url not found
1 parent 04ded41 commit 213efc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.diploi/helm/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
imagePullPolicy: Always
5151
ports:
5252
- containerPort: 80
53-
workingDir: /app{{ .Values.folder }}}/public
53+
workingDir: /app{{ .Values.folder }}/public
5454
env:
5555
{{- range .Values.env }}
5656
- name: {{ .identifier }}

0 commit comments

Comments
 (0)