Skip to content

Commit ee77e0a

Browse files
author
Daniel Mellum
committed
make sure entrypoint.sh is fresh
1 parent 5b4d1ae commit ee77e0a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docker-compose.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@ services:
4242
- MDB_HOST=mongo
4343
- MDB_PORT=27017
4444

45+
command: "cp /var/testing/docker/entrypoint.sh /entrypoint.sh && chmod +x /entrypoint.sh"
46+
4547
entrypoint:
4648
- ./entrypoint.sh
4749

50+
4851
networks:
4952
laravel-log-to-db-testing:
5053
driver: bridge

docker/php8/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
export DEBIAN_FRONTEND=noninteractive
33
bash <(cat /etc/os-release; echo 'echo ${VERSION/*, /}')
44
php -v

0 commit comments

Comments
 (0)