Skip to content

Commit b564bb5

Browse files
committed
testing
1 parent 16daf10 commit b564bb5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ RUN chmod +x /usr/local/bin/entrypoint.sh /usr/local/bin/validate-env.sh /usr/lo
133133
# Expose port 8000 (Octane)
134134
EXPOSE 8000
135135

136-
USER www-data
137-
138136
# Set entrypoint
139137
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
140138

config/database.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
109109
'options' => extension_loaded('pdo_mysql') ? array_filter([
110110
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
111+
PDO::ATTR_PERSISTENT => true, // Critical for Octane
111112
],
112113
fn ($elem) => ($elem !== null && $elem !== ''),
113114
) : [],

0 commit comments

Comments
 (0)