Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
keeleliin
keeleliin-wrapper
Commits
6c219d21
Commit
6c219d21
authored
Feb 11, 2017
by
Indrek Jentson
Browse files
skriptide parandused
parent
5960a970
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker_start.sh
View file @
6c219d21
#!/bin/bash
cd
./src
git pull
npm
install
...
...
docker_update.sh
View file @
6c219d21
#!/bin/bash
cd
./src
git pull
npm
install
if
[
-f
/config/config.js
]
;
then
cp
/config/config.js ./
src/
config.js
cp
/config/config.js ./config.js
fi
forever restartall
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