Skip to content

Commit

Permalink
includes modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Heinecke committed Oct 9, 2024
1 parent bf626c9 commit f3287b4
Show file tree
Hide file tree
Showing 3 changed files with 500 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM openjdk:17-alpine

ARG VERSION=2.27.0
# docker build --build-arg VERSION=2.27.0 -t jheinecke/conllueditor:2.27.0 .
# docker build --build-arg VERSION=2.27.0 -t jheinecke/conllueditor:latest .
ARG VERSION=2.28.0
# docker build --build-arg VERSION=2.28.0 -t jheinecke/conllueditor:2.28.0 .
# docker build --build-arg VERSION=2.28.0 -t jheinecke/conllueditor:latest .
# docker run -t --rm --name conllueditor -p 5555:5555 --user 1000:1000 -v </absolute/path/to/datadir>:/data --env filename=tt.conllu jheinecke/conllueditor:latest
# docker push jheinecke/conllueditor:2.26.0
# docker push jheinecke/conllueditor:latest
Expand Down
4 changes: 2 additions & 2 deletions gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<script type="text/javascript" src="./lib/jquery-ui-1.12.1/jquery-ui.min.js" ></script>
<!--script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script-->

<!--script src="./lib/sorttable.js"></script-->
<script src="https://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>
<script src="./sorttable.js"></script>
<!--script src="https://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script-->


<script src="./word.js" type="text/javascript"></script>
Expand Down
Loading

0 comments on commit f3287b4

Please sign in to comment.