Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Feeds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Feeds
Commits
f4d028e5
Verified
Commit
f4d028e5
authored
5 months ago
by
cyrinux
Browse files
Options
Downloads
Patches
Plain Diff
fix: add plugins in the image
parent
b6c39699
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#33336
passed
5 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.docker/app/startup.sh
+8
-0
8 additions, 0 deletions
.docker/app/startup.sh
with
8 additions
and
0 deletions
.docker/app/startup.sh
+
8
−
0
View file @
f4d028e5
...
...
@@ -47,6 +47,14 @@ if [ -z $SKIP_RSYNC_ON_STARTUP ]; then
sudo
-u
app rsync
-a
--no-owner
--delete
\
$SRC_DIR
/plugins.local/nginx_xaccel
\
$DST_DIR
/plugins.local/nginx_xaccel
sudo
-u
app rsync
-a
--no-owner
--delete
\
$SRC_DIR
/plugins.local/mastodon
\
$DST_DIR
/plugins.local/mastodon
sudo
-u
app rsync
-a
--no-owner
--delete
\
$SRC_DIR
/plugins.local/mailer_smtp
\
$DST_DIR
/plugins.local/mailer_smtp
fi
else
echo
"warning: working copy in
$DST_DIR
won't be updated, make sure you know what you're doing."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment