Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kl-lausestaja
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
keeleliin
kl-lausestaja
Commits
41776e73
Commit
41776e73
authored
Feb 10, 2017
by
Indrek Jentson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Üleminek teisele repole
parent
39255de5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
41776e73
...
...
@@ -38,11 +38,11 @@ RUN npm install -g forever
RUN
mkdir
-p
/wrapper
&&
mkdir
-p
/config
&&
mkdir
-p
/wrapper/files
&&
mkdir
-p
/wrapper/tmp
&&
\
cd
/wrapper
&&
\
git clone
'https://github.com/
BitWeb/keeleliin-wrapper-service
.git'
&&
\
git clone
'https://github.com/
nostneji/kl-wrapper
.git'
&&
\
git clone
'https://gitlab.keeleressursid.ee/indrek-jentson/py_tokenizer.git'
&&
\
cp
py_tokenizer/config_dist.js
.
&&
\
cp
py_tokenizer/tokenizer.py
.
&&
\
mv
k
eeleliin-wrapper-service
/
*
.
&&
\
mv
k
l-wrapper
/
*
.
&&
\
npm
install
&&
\
echo
"NPM is installed"
...
...
@@ -60,4 +60,4 @@ EXPOSE 3003
VOLUME
["/config"]
CMD
/
./
wrapper/docker_start.sh
CMD
/wrapper/docker_start.sh
\ No newline at end of file
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