commit | 4e92ae63120b4bafde1e80f37345ef44b26c67b7 | [log] [tgz] |
---|---|---|
author | Nicolas De Loof <nicolas.deloof@gmail.com> | Thu Oct 02 12:12:13 2014 +0200 |
committer | Nicolas De Loof <nicolas.deloof@gmail.com> | Thu Oct 02 12:13:36 2014 +0200 |
tree | 888077c89a35cc1ec5957e5ee8e826b0abe7b532 | |
parent | 9db444749c56a3143fd14d679479e910379603a2 [diff] |
Can’t declare an empty env variable just don’t declare it
diff --git a/Dockerfile b/Dockerfile index 0a79897..10c6c0a 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -18,9 +18,6 @@ # define url prefix for running jenkins behind Apache (https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache) ENV JENKINS_PREFIX / -# override JAVA_OPTS using `docker run --env` to pass custom JVM parameters, typically `-D...` system properties -ENV JAVA_OPTS "" - # for main web interface: EXPOSE 8080