Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Heinecke committed Feb 16, 2024
1 parent be26c25 commit 0a5d939
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM openjdk:17-alpine

ARG VERSION=2.24.0
# docker build --build-arg 2.24.0 -t jheinecke/conllueditor:2.24.0 .
# docker build --build-arg 2.24.0 -t jheinecke/conllueditor:latest .
ARG VERSION=2.25.1
# docker build --build-arg 2.25.1 -t jheinecke/conllueditor:2.25.1 .
# docker build --build-arg 2.25.1 -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.24.0
# docker push jheinecke/conllueditor:2.25.1
# docker push jheinecke/conllueditor:latest

# docker exec -it conllueditor /bin/sh
Expand Down
Binary file modified doc/table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a5d939

Please sign in to comment.