Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Mumble Web
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Armin Co
Mumble Web
Commits
7ce3b70c
Unverified
Commit
7ce3b70c
authored
5 years ago
by
Armin Co
Browse files
Options
Downloads
Patches
Plain Diff
Added script description
parent
e290d7b7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+17
-0
17 additions, 0 deletions
README.md
with
17 additions
and
0 deletions
README.md
+
17
−
0
View file @
7ce3b70c
...
@@ -2,3 +2,20 @@
...
@@ -2,3 +2,20 @@
A script to build the mumble-web app in a docker image.
A script to build the mumble-web app in a docker image.
The script will clone the
[
mumble-web
](
https://github.com/Johni0702/mumble-web
)
repository.
If the repository already was cloned it will pull the latest commits.
Afterwards the docker image, defined in the
[
Dockerfile
](
https://gitlab.cvh-server.de/aco/build-mumble-web/-/blob/master/Dockerfile
)
, will be build.
**Dockerfile**
-
alpine:edge
-
copy content of repository into image
-
install git and npm
-
npm: install, run build, audit fix, audit
The image contains the generated files of the app, which can be published by a webserver.
To copy these files out of the image it is necessary to create a container out of this image.
Therefore the command 'docker create' needs to be executed.
Afterwards the directory can be copied with 'docker cp'.
The container and the image are not longer needed, so they will be removed at the end.
\ No newline at end of file
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