move Dockerfile

This commit is contained in:
prance 2022-01-31 00:37:47 +01:00
parent d646c6c24f
commit 378f0156f9

View File

@ -1,7 +1,7 @@
FROM maven:3-jdk-11 as build
WORKDIR /usr/src/app
COPY OpenRefine .
COPY . OpenRefine
WORKDIR /usr/src/app/OpenRefine
RUN ./refine clean