Perilon commited on
Commit
9330592
·
1 Parent(s): c572cb2
Files changed (2) hide show
  1. entrypoint.sh +1 -1
  2. pig.txt +1 -1
entrypoint.sh CHANGED
@@ -1,4 +1,4 @@
1
- #!/bin/bash
2
  set -e
3
 
4
  echo "Starting application…"
 
1
+ #!/bin/sh
2
  set -e
3
 
4
  echo "Starting application…"
pig.txt CHANGED
@@ -126,7 +126,7 @@ Building webapp
126
  2 warnings found (use docker --debug to expand):
127
   - SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "BYPASS_AUTH") (line 35)
128
  - SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SECRET_KEY") (line 36)
129
- Recreating 3aed3e7bb19b_vsl_boundary_annotation_and_alignment_tool_webapp_1 ...
130
 
131
  ERROR: for 3aed3e7bb19b_vsl_boundary_annotation_and_alignment_tool_webapp_1 'ContainerConfig'
132
 
 
126
  2 warnings found (use docker --debug to expand):
127
   - SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "BYPASS_AUTH") (line 35)
128
  - SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SECRET_KEY") (line 36)
129
+ Recreating 3aed3e7bb19b_vsl_boundary_annotation_and_alignment_tool_webapp_1 ...
130
 
131
  ERROR: for 3aed3e7bb19b_vsl_boundary_annotation_and_alignment_tool_webapp_1 'ContainerConfig'
132