Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
f57dcc3b
Commit
f57dcc3b
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
OSB-45
: using proper html/js/css file path
parent
0381fd64
No related branches found
No related tags found
1 merge request
!89
Monitoring maintenance Epic branch merge
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LCU/Maintenance/Docker/NginxProxy/Dockerfile
+4
-4
4 additions, 4 deletions
LCU/Maintenance/Docker/NginxProxy/Dockerfile
with
4 additions
and
4 deletions
LCU/Maintenance/Docker/NginxProxy/Dockerfile
+
4
−
4
View file @
f57dcc3b
...
...
@@ -2,10 +2,10 @@ ARG TAG=latest
FROM
lofar-maintenance-restservice:${TAG}
as
django_staticfiles_source
RUN
source
/opt/lofar/lofarinit.sh
&&
\
mkdir
-p
/opt/lofar/
v
ar/www/static
&&
\
cd
/opt/lofar/
v
ar/www/static
&&
\
python3 /opt/lofar/lib64/python3.6/site-packages/lofar/maintenance/manage.py collectstatic
mkdir
-p
/opt/lofar/
sh
ar
e
/www/static
&&
\
cd
/opt/lofar/
sh
ar
e
/www/static
&&
\
python3 /opt/lofar/lib64/python3.6/site-packages/lofar/maintenance/manage.py collectstatic
--noinput
FROM
nginx:1.16.0
COPY
--from=django_staticfiles_source /opt/lofar/
v
ar/www/ /opt/lofar/
v
ar/www/
COPY
--from=django_staticfiles_source /opt/lofar/
sh
ar
e
/www/ /opt/lofar/
sh
ar
e
/www/
COPY
nginx.conf /etc/nginx/conf.d/default.conf
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