Skip to content

Commit

Permalink
Merge pull request #576 from carieshmarie/patch-3
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
jerjou committed Mar 21, 2017
2 parents 11135e9 + 06f1135 commit dc1a6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexible/sparkjava/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/google_appengine/openjdk8
FROM gcr.io/google_appengine/openjdk
VOLUME /tmp
ADD spark-1.0-jar-with-dependencies.jar app.jar
CMD [ "java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]

0 comments on commit dc1a6c8

Please sign in to comment.