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
5960a970
Commit
5960a970
authored
Feb 10, 2017
by
nostneji
Committed by
GitHub
Feb 10, 2017
Browse files
Parandasin pathi
parent
fcf565e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker_start.sh
View file @
5960a970
...
...
@@ -5,15 +5,15 @@ git pull
npm
install
if
[
!
-f
/config/config.js
]
;
then
cp
-R
-u
-p
./
src/
config_dist.js /config/config.js
cp
-R
-u
-p
./config_dist.js /config/config.js
fi
if
[
-f
/config/config.js
]
;
then
cp
/config/config.js ./
src/
config.js
cp
/config/config.js ./config.js
fi
if
[
!
-f
./
src/
config.js
]
;
then
cp
-R
-u
-p
./
src/
config_dist.js ./
src/
config.js
if
[
!
-f
./config.js
]
;
then
cp
-R
-u
-p
./config_dist.js ./config.js
fi
forever start
-l
/wrapper/logs/forever.log ./app.js
...
...
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