Skip to content

Commit f48c7d6

Browse files
committed
run migrations automatically
1 parent 6a9d46b commit f48c7d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ARG CLI_VERSION="1.2.0" \
1010
RELEASE_TAG="latest"
1111

1212
ENV AUTORUN_ENABLED="true" \
13+
AUTORUN_LARAVEL_MIGRATION="true" \
1314
AUTORUN_LARAVEL_MIGRATION_ISOLATION="true" \
1415
PHP_OPCACHE_ENABLE="1" \
1516
SHOW_WELCOME_MESSAGE="false"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WIP to build my own image again. This image is build off https://serversideup.ne
44

55
### Using
66

7-
This image is designed to work as a contained service and separates out the task scheduler and queue worker to separate containers.
7+
This image is designed to work as a service and separates out the app, task scheduler and queue worker into separate service containers.
88

99
```yaml
1010
# docker-compose.yml

0 commit comments

Comments
 (0)