Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanvugt authored Dec 31, 2021
1 parent 0fa2f68 commit 2ae3889
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/sh

# This APP_VERSION is set dyanamically at run time, and is not the same as in release.yaml which sets it on the build
APP_VERSION=${APP_VERSION:-undefined}

cat > /etc/nginx/nginx.conf <<EOF
events {
worker_connections 1024;
Expand Down

0 comments on commit 2ae3889

Please sign in to comment.