Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smelov committed Apr 5, 2024
1 parent ea23a84 commit 80f7512
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ RUN apk add --no-cache make git gcc musl-dev swig \
-I../src -L../src libwebp_java_wrap.c -lwebp -o libwebp.so

FROM gradle:7.6-jdk11 AS build
ARG release_version
ARG vcs_url
#ARG release_version
#ARG vcs_url
COPY ./ .
RUN gradle --no-daemon clean build dockerPrepare -Prelease_version=${release_version} -Pvcs_url=${vcs_url}
RUN gradle --no-daemon clean build dockerPrepare -Prelease_version=2.0.0 -Pvcs_url=https://github.com/th2-net/th2-act-uiframework-win-demo

FROM adoptopenjdk/openjdk11:alpine
ENV GRPC_PORT=8080 \
Expand Down

0 comments on commit 80f7512

Please sign in to comment.