Skip to content

Commit

Permalink
Weblate Docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosv committed Mar 26, 2020
1 parent 6d784d6 commit d9a504f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker/weblate/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM dragosvr/serge

LABEL maintainers="Dragos Varovici <dvarovici.work@gmail.com>"
LABEL git_sha1="${GIT_SHA1}"

COPY . /serge

RUN apt-get -y install python-setuptools \
&& easy_install wlc \
&& wlc --version
4 changes: 4 additions & 0 deletions docker/weblate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Serge Transifex

**Serge** _(String Extraction and Resource Generation Engine)_ Weblate integration.

0 comments on commit d9a504f

Please sign in to comment.