We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4d1ae commit ee77e0aCopy full SHA for ee77e0a
docker-compose.yaml
@@ -42,9 +42,12 @@ services:
42
- MDB_HOST=mongo
43
- MDB_PORT=27017
44
45
+ command: "cp /var/testing/docker/entrypoint.sh /entrypoint.sh && chmod +x /entrypoint.sh"
46
+
47
entrypoint:
48
- ./entrypoint.sh
49
50
51
networks:
52
laravel-log-to-db-testing:
53
driver: bridge
docker/php8/entrypoint.sh
@@ -1,4 +1,4 @@
1
-#!/bin/sh
+#!/bin/bash
2
export DEBIAN_FRONTEND=noninteractive
3
bash <(cat /etc/os-release; echo 'echo ${VERSION/*, /}')
4
php -v
0 commit comments