klamike commited on
Commit
41203a7
·
unverified ·
1 Parent(s): 288cc83

pull from gh on reboot

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,4 +14,5 @@ RUN julia -tauto -e 'import Pkg: activate as a, instantiate as i, develop as d;
14
 
15
 
16
  EXPOSE 8080
17
- CMD ["julia", "-tauto", "--project=app", "app/runserver.jl", "8080", "expose"]
 
 
14
 
15
 
16
  EXPOSE 8080
17
+ CMD ["sh", "-c", "cd $HOME/app/lpviz && git pull && julia -tauto --project=app app/runserver.jl 8080 expose"]
18
+