Skip to content

Commit

Permalink
Reduce image size
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Sep 19, 2023
1 parent 8d74e9e commit f81c0d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ RUN --mount=type=cache,target=/root/.npm \
FROM registry.opensuse.org/opensuse/bci/openjdk:latest
RUN zypper --non-interactive install gettext-tools
WORKDIR /opt/openrefine
COPY --from=backend /opt/openrefine .
COPY --from=backend /opt/openrefine/server server/
COPY --from=backend /opt/openrefine/main main/
COPY --from=backend /opt/openrefine/refine .
COPY --from=frontend /opt/openrefine/main/webapp/modules main/webapp/modules
COPY entrypoint.sh refine.ini.template ./

Expand Down

0 comments on commit f81c0d7

Please sign in to comment.