Skip to content

Commit f2db499

Browse files
author
Hauke Ingwersen
committed
Updated Readme
1 parent 03f3591 commit f2db499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ version: '3.7'
4545
services:
4646
app:
4747
build: .
48-
command: /home/app/run-dev.sh
48+
command: /root/run-dev.sh
4949
restart: unless-stopped
5050
environment:
5151
- PHP_OPCACHE_VALIDATE_TIMESTAMPS=1
@@ -80,7 +80,7 @@ version: '3.7'
8080
services:
8181
app:
8282
image: sourceboat/docker-laravel
83-
command: /home/app/run-prod.sh
83+
command: /root/run-prod.sh
8484
restart: unless-stopped
8585
environment:
8686
- PHP_OPCACHE_VALIDATE_TIMESTAMPS=1

0 commit comments

Comments
 (0)