Skip to content

Commit

Permalink
Install dev dependencies also
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors committed Oct 22, 2024
1 parent f96bdd7 commit 167585a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .diploi/helm/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ spec:
imagePullPolicy: Always
command: ['npm', 'install']
workingDir: /app/nextjs
env:
- name: NODE_ENV
value: development
securityContext:
runAsUser: 0 # Ensure it runs as root
volumeMounts:
Expand Down

0 comments on commit 167585a

Please sign in to comment.