Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F256809
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
650 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/.s2i/bin/assemble b/src/.s2i/bin/assemble
index d54024b8..c7d138b4 100755
--- a/src/.s2i/bin/assemble
+++ b/src/.s2i/bin/assemble
@@ -1,24 +1,28 @@
#!/bin/bash
set -e
shopt -s dotglob
echo "--->> $(rm -vrf vendor/ composer.lock)"
if [ -f ".env.local" ]; then
# Ensure there's a line ending
echo "---->> Append .env.local"
echo "" >> .env
cat .env.local >> .env
fi
env
/usr/libexec/s2i/assemble
+cat >> /opt/app-root/etc/conf.d/99-loglevel.conf << EOF
+LogLevel debug mod_rewrite.c:trace2
+EOF
+
pushd /opt/app-root/src
echo "---->> Run npm run prod"
npm install cross-env
npm run prod
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Jun 9, 9:29 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
196869
Default Alt Text
(650 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment