GALAglobal / translationapi

The API is for anyone who wants to adopt best practices for a translation services API to interact with counterparts directly from your application or content management system. The API helps ensure interoperability for the most common tasks.
https://translate.taus.net/translate/taus-translation-api
MIT License
12 stars 3 forks source link

Added Dockerfile #34

Open pczajkowski opened 7 years ago

pczajkowski commented 7 years ago

With this file one can do (being in server folder): docker build -t tausapiserver . docker run -it --rm -p 3412:3412 --name test tausapiserver

And then be able to test server on disposable docker container.