Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Heinecke committed Apr 19, 2024
1 parent 0da7c17 commit 488f077
Showing 1 changed file 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.25.3
# docker build --build-arg 2.25.3 -t jheinecke/conllueditor:2.25.3 .
# docker build --build-arg 2.25.3 -t jheinecke/conllueditor:latest .
ARG VERSION=2.25.5
# docker build --build-arg 2.25.5 -t jheinecke/conllueditor:2.25.5 .
# docker build --build-arg 2.25.5 -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.25.3
# docker push jheinecke/conllueditor:2.25.5
# docker push jheinecke/conllueditor:latest

# docker exec -it conllueditor /bin/sh
Expand Down

0 comments on commit 488f077

Please sign in to comment.