Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3764555
D2258.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
780 B
Referenced Files
None
Subscribers
None
D2258.id.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@
WORKDIR /var/wwwroot/default
RUN git init && git remote add origin https://github.com/cachethq/Cachet.git && \
- git fetch && git checkout -t origin/master && \
+ git fetch && git checkout -t origin/2.4 && \
composer install --no-dev -o && \
chown -R app:app /var/wwwroot/default
diff --git a/files/usr/local/bin/setup-container b/files/usr/local/bin/setup-container
--- a/files/usr/local/bin/setup-container
+++ b/files/usr/local/bin/setup-container
@@ -4,8 +4,7 @@
if [ -z "$NO_INSTALL" ]; then
php artisan migrate --force
- php artisan key:generate
- php artisan config:cache
+ echo n | php artisan cachet:install
chown -R app:app /var/wwwroot/default
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 06:39 (14 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2257424
Default Alt Text
D2258.id.diff (780 B)
Attached To
Mode
D2258: Switch from master branch to Cachet 2.4
Attached
Detach File
Event Timeline
Log In to Comment