mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
use scripts from live, not what's pushed into the dockerfile
This commit is contained in:
parent
d45daccc8a
commit
81b2e1fc66
|
@ -24,4 +24,5 @@
|
|||
**
|
||||
|
||||
# Except the script directory
|
||||
!scripts/
|
||||
!scripts/preparation.*
|
||||
!scripts/build.*
|
||||
|
|
|
@ -63,4 +63,4 @@ RUN ["/usr/bin/env", "zsh", "-e", "/root/sol2-scripts/preparation.linux.sh"]
|
|||
# gets "saved" in...
|
||||
# it only runs the last CMD/ENTRYPOINT as the default behavior:
|
||||
# multiple CMDs will not be respected
|
||||
ENTRYPOINT ["/usr/bin/env", "zsh", "-e", "/root/sol2-scripts/run.linux.sh"]
|
||||
ENTRYPOINT ["/usr/bin/env", "zsh", "-e", "/root/sol2/scripts/run.linux.sh"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user