]> git.parisson.com Git - teleforma.git/commitdiff
copy and install teleforma, goto 2.0
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 4 Feb 2019 23:44:38 +0000 (00:44 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 5 Feb 2019 00:07:25 +0000 (01:07 +0100)
Dockerfile
setup.py

index 9cc400500a6c9abdc2a3d6db39dd76e8c901b621..5a4e94011a42e72b2db609d62e359ac43a396c19 100644 (file)
@@ -41,7 +41,9 @@ ENV LANGUAGE fr_FR:fr
 ENV LC_ALL fr_FR.UTF-8
 
 RUN pip install cython
-COPY requirements.txt /srv
+RUN mkdir -p /srv/lib/teleforma
+COPY . /srv/lib/teleforma
+WORKDIR /srv/lib/teleforma
 RUN pip install -r requirements.txt
 
 #COPY requirements-dev.txt /srv
index 7c7f0c21ec7cc7567fc0133c0928236fb017222c..4a5cd9e0ba3d2d700c170dea27dc60cfa9871d66 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setup(
   long_description = open('README.rst').read(),
   author = "Guillaume Pellerin",
   author_email = "yomguy@parisson.com",
-  version = '1.1',
+  version = '2.0',
   platforms=['OS Independent'],
   license='CeCILL v2',
   classifiers = CLASSIFIERS,