2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 11:34:57 +01:00
This commit is contained in:
kev
2021-12-28 17:45:18 +08:00
parent 02f57b057a
commit 9dbad59ece
4 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# Dockerfile for openrefine
#
FROM openjdk:11
FROM openjdk:17-bullseye
MAINTAINER EasyPi Software Foundation
ENV OPENREFINE_VERSION=3.5.1
@@ -19,4 +19,3 @@ WORKDIR /data
EXPOSE 3333
ENTRYPOINT ["/app/refine"]
CMD ["-i", "0.0.0.0", "-d", "/data"]