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
5bd9e8d2
Commit
5bd9e8d2
authored
Feb 28, 2017
by
Indrek Jentson
Browse files
Options
Browse Files
Download
Plain Diff
Projekti kolimisega seotud muudatused.
parents
f9b8dca9
e443ea20
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Dockerfile
Dockerfile
+3
-2
No files found.
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
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