Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
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
thomasDOTwtf
hub
Commits
b5b07c0c
Verified
Commit
b5b07c0c
authored
8 months ago
by
weeman
Browse files
Options
Downloads
Patches
Plain Diff
Kopiere alle Styles im Container build
parent
796fefe0
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
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
b5b07c0c
...
...
@@ -122,7 +122,7 @@ CMD ["watch"]
FROM
build
AS
build-static
COPY
--from=node-build /app/plainui/static/plainui/
hub
.css
/app/plainui/static/plainui/hub.css.map
/app/plainui/static/plainui/
COPY
--from=node-build /app/plainui/static/plainui/
*
.css
*
/app/plainui/static/plainui/
COPY
/src/ /app
WORKDIR
/app
...
...
@@ -160,7 +160,7 @@ RUN install -o appuser -g appuser -m 774 /dev/null /data/django.log
# Copy additional dev dependencies
COPY
--from=build-dev /install/.venv /install/.venv
# Copy plainui styles
COPY
--from=node-build /app/plainui/static/
hub
.css* /app/plainui/static/
COPY
--from=node-build /app/plainui/static/
*
.css* /app/plainui/static/
ENV
PATH="/install/.venv/bin:$PATH"
USER
appuser
...
...
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