Skip to content

Commit

Permalink
ci: restore entrypoint script for better compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Apr 23, 2024
1 parent b6f4864 commit a757e54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ RUN <<EOF
echo 'memory_limit=512M' > /etc/php/conf.d/docker.ini
EOF

COPY scripts/entrypoint.sh /usr/local/bin/entrypoint.sh

CMD ["sh"]
4 changes: 4 additions & 0 deletions scripts/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
set -euo pipefail

exec "$@"

0 comments on commit a757e54

Please sign in to comment.