1
0
Fork 0

asdf
dustin/hudctrl/pipeline/head There was a failure building this commit Details

Dustin 2022-08-01 12:49:05 -05:00
parent 8f2e6f6748
commit cf11bfed4f
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -ex
npm install
npm install --verbose 2>&1 | cat
npm run build

View File

@ -20,5 +20,6 @@ spec:
resources:
limits:
memory: 1G
cpu: 500m
securityContext:
readOnlyRootFilesystem: true