Skip to content

Commit f3c53bb

Browse files
authored
fix: remove Laravel migration isolation environment variables (#12)
Co-authored-by: Alex Justesen <[email protected]>
1 parent 9da44d6 commit f3c53bb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ ARG LIBRESPEED_CLI_VERSION="1.0.12" \
7777
OOKLA_CLI_VERSION="1.2.0"
7878

7979
ENV AUTORUN_ENABLED="true" \
80-
AUTORUN_LARAVEL_MIGRATION="true" \
81-
AUTORUN_LARAVEL_MIGRATION_ISOLATION="true" \
8280
PHP_OPCACHE_ENABLE="1" \
8381
SHOW_WELCOME_MESSAGE="false"
8482

Dockerfile.arm64

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ ARG LIBRESPEED_CLI_VERSION="1.0.12" \
7777
OOKLA_CLI_VERSION="1.2.0"
7878

7979
ENV AUTORUN_ENABLED="true" \
80-
AUTORUN_LARAVEL_MIGRATION="true" \
81-
AUTORUN_LARAVEL_MIGRATION_ISOLATION="true" \
8280
PHP_OPCACHE_ENABLE="1" \
8381
SHOW_WELCOME_MESSAGE="false"
8482

0 commit comments

Comments
 (0)