Author: aduprat
Date: Tue Jan 26 16:18:15 2016
New Revision: 1726842
URL: http://svn.apache.org/viewvc?rev=1726842&view=rev
Log:
JAMES-1663 Update workdir in dockerfile to match project name. Contributed by
Duprat <[email protected]>
Modified:
james/project/trunk/dockerfiles/compilation/java-6/Dockerfile
Modified: james/project/trunk/dockerfiles/compilation/java-6/Dockerfile
URL:
http://svn.apache.org/viewvc/james/project/trunk/dockerfiles/compilation/java-6/Dockerfile?rev=1726842&r1=1726841&r2=1726842&view=diff
==============================================================================
--- james/project/trunk/dockerfiles/compilation/java-6/Dockerfile (original)
+++ james/project/trunk/dockerfiles/compilation/java-6/Dockerfile Tue Jan 26
16:18:15 2016
@@ -21,5 +21,5 @@ COPY compile.sh /root/compile.sh
COPY integration_tests.sh /root/integration_tests.sh
# Define the entrypoint
-WORKDIR /james-parent
+WORKDIR /james-project
ENTRYPOINT ["/root/compile.sh"]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]