Skip to content
Snippets Groups Projects
Commit a372b85a authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed composer init container

parent 3dc145cb
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !28. Comments created here will be created in the context of that merge request.
......@@ -74,8 +74,6 @@ spec:
volumeMounts:
- mountPath: /html/node_modules
name: node-modules
- mountPath: /html/vendor
name: vendor
- mountPath: /html/public/css
name: css
- mountPath: /html/.npm
......@@ -85,6 +83,9 @@ spec:
image: {{ template "imagename" . }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ['sh', '-c', 'composer install --no-dev']
volumeMounts:
- mountPath: /html/vendor
name: vendor
containers:
- name: {{ .Chart.Name }}-phpfpm
image: {{ template "imagename" . }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment