Skip to content

Commit

Permalink
[TH2-5234] Removed environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Aug 29, 2024
1 parent 3be9d99 commit f6a102f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ COPY ./ .
RUN gradle clean build dockerPrepare -Prelease_version=${Prelease_version}

FROM adoptopenjdk/openjdk11:alpine
ENV CRADLE_INSTANCE_NAME=instance1 \
CASSANDRA_DATA_CENTER=kos \
CASSANDRA_HOST=cassandra \
CASSANDRA_PORT=9042 \
CASSANDRA_KEYSPACE=demo \
CASSANDRA_USERNAME=guest \
CASSANDRA_PASSWORD=guest \
HTTP_PORT=8080 \
HTTP_HOST=localhost
WORKDIR /home
COPY --from=build /home/gradle/build/docker .
ENTRYPOINT ["/home/service/bin/service", "run", "com.exactpro.th2.rptdataprovider.MainKt"]

0 comments on commit f6a102f

Please sign in to comment.