Skip to content

Commit

Permalink
fix sh, bash was broken with latest alpine image
Browse files Browse the repository at this point in the history
Signed-off-by: hsalazar <hsalazar@ea.com>
  • Loading branch information
hecsalazar committed May 14, 2018
1 parent 1086105 commit 47f56b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/front-proxy/start_service.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
#!/bin/sh
python3 /code/service.py &
envoy -c /etc/service-envoy.yaml --service-cluster service${SERVICE_NAME}
envoy -c /etc/service-envoy.yaml --service-cluster service${SERVICE_NAME}

0 comments on commit 47f56b4

Please sign in to comment.