Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
keeleliin
py_tokenizer
Commits
5bd9e8d2
Commit
5bd9e8d2
authored
Feb 28, 2017
by
Indrek Jentson
Browse files
Projekti kolimisega seotud muudatused.
parents
f9b8dca9
e443ea20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
5bd9e8d2
...
...
@@ -47,7 +47,8 @@ echo "NPM is installed"
# SIIA ALLA lisa kõik installeerimise käsud, mis on vajalikud sisulist tööd tegeva tarkvara X paigaldamiseks.
# Tarkvara X paigaldamine algab
RUN
git clone
'https://gitlab.keeleressursid.ee/keeleliin/py_tokenizer.git'
&&
\
RUN
cd
/wrapper
&&
\
git clone
'https://gitlab.keeleressursid.ee/keeleliin/py_tokenizer.git'
&&
\
cp
py_tokenizer/config_dist.js
.
&&
\
cp
py_tokenizer/tokenizer.py .
...
...
@@ -63,4 +64,4 @@ EXPOSE 3003
VOLUME
["/config"]
VOLUME
["/wrapper/logs"]
CMD
cd /wrapper && ./docker_start.sh
&
CMD
cd /wrapper && ./docker_start.sh
Write
Preview
Supports
Markdown
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