Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
PyRmin
pyrmin
Commits
69968e2b
Commit
69968e2b
authored
Aug 26, 2020
by
Recteur LP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix /static rsync
parent
d0512f0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container/entrypoint.sh
container/entrypoint.sh
+1
-1
No files found.
container/entrypoint.sh
View file @
69968e2b
...
...
@@ -10,7 +10,7 @@ args="run"
[[
$DEBUG
==
true
]]
&&
set
-x
&&
args
=
"--debug
$args
"
rsync
--delete
-av
$(
ls
-d
/opt/pyrmin/lib/python
*
/site-packages/pyrmin
*
/pyrmin/static
)
/static
rsync
--delete
-av
$(
ls
-d
/opt/pyrmin/lib/python
*
/site-packages/pyrmin
*
/pyrmin/static
)
/
/static
source
/opt/pyrmin/bin/activate
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment