use scripts from live, not what's pushed into the dockerfile

This commit is contained in:
ThePhD 2018-01-08 12:45:12 -05:00
parent d45daccc8a
commit 81b2e1fc66
3 changed files with 5 additions and 4 deletions

View File

@ -24,4 +24,5 @@
**
# Except the script directory
!scripts/
!scripts/preparation.*
!scripts/build.*

View File

@ -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"]