Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
discourse
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
libre.sh
docker
discourse
Commits
cb49ffa0
Commit
cb49ffa0
authored
8 years ago
by
Michał 'rysiek' Woźniak
Browse files
Options
Downloads
Patches
Plain Diff
bugfix
parent
8431acc1
No related branches found
No related tags found
1 merge request
!3
DISCOURSE_ADDITIONAL_PLUGINS build arg
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-2
1 addition, 2 deletions
Dockerfile
with
1 addition
and
2 deletions
Dockerfile
+
1
−
2
View file @
cb49ffa0
...
@@ -54,13 +54,12 @@ RUN git clone --branch v${DISCOURSE_VERSION} https://github.com/discourse/discou
...
@@ -54,13 +54,12 @@ RUN git clone --branch v${DISCOURSE_VERSION} https://github.com/discourse/discou
# this expects a git-cloneable link
# this expects a git-cloneable link
ARG
DISCOURSE_ADDITIONAL_PLUGINS=
ARG
DISCOURSE_ADDITIONAL_PLUGINS=
RUN if
[
"
$DISCOURSE_ADDITIONAL_PLUGINS
"
!=
""
]
;
then
\
RUN if
[
"
$DISCOURSE_ADDITIONAL_PLUGINS
"
!=
""
]
;
then
\
cd
plugins/
\
cd
plugins/
;
\
for
PACKAGE_LINK
in
$DISCOURSE_ADDITIONAL_PLUGINS
;
do
\
for
PACKAGE_LINK
in
$DISCOURSE_ADDITIONAL_PLUGINS
;
do
\
git clone
"
$PACKAGE_LINK
"
;
\
git clone
"
$PACKAGE_LINK
"
;
\
done
;
\
done
;
\
bundle
exec
rake plugin:update
plugin
=
discourse-plugin-checklist
;
\
bundle
exec
rake plugin:update
plugin
=
discourse-plugin-checklist
;
\
bundle
exec
rake assets:clean
;
\
bundle
exec
rake assets:clean
;
\
bundle
exec
rake assets:precompile
;
\
fi
fi
EXPOSE
3000
EXPOSE
3000
...
...
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