Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Remove /pipes env var not needed with grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer authored and trisberg committed Mar 14, 2018
1 parent be6f457 commit 690d4d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ VOLUME /tmp
COPY target/dependency/BOOT-INF/lib /app/lib
COPY target/dependency/META-INF /app/META-INF
COPY target/dependency/BOOT-INF/classes /app
ENV SPRING_CLOUD_STREAM_BINDER_FILE_PREFIX /pipes
ENTRYPOINT ["java","-Xmx128m","-Djava.security.egd=file:/dev/./urandom","-XX:TieredStopAtLevel=1","-noverify","-cp","app:app/lib/*","io.projectriff.invoker.JavaFunctionInvokerApplication"]

0 comments on commit 690d4d9

Please sign in to comment.