Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
ci: fixed docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
forecho committed Oct 21, 2020
1 parent 1f412ab commit aff660c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions image-files/usr/local/bin/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
#!/bin/sh

<<<<<<< HEAD
echo ' _____ .__ '
echo ' / _ \ ____ ____ __ __| | _____ _______ '
echo ' / /_\ \ / \ / ___\| | \ | \__ \\_ __ \'
echo '/ | \ | \/ /_/ > | / |__/ __ \| | \/'
echo '\____|__ /___| /\___ /|____/|____(____ /__| '
echo ' \/ \//_____/ \/ '
=======
printf "Starting nginx...\n\n"
# nginx -g "daemon off;"
>>>>>>> 56321577457a22170da8961e08d9fe581cee2eb4

exec "$@"

0 comments on commit aff660c

Please sign in to comment.