We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c911a4 commit 6a85092Copy full SHA for 6a85092
1 file changed
Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get install -y oracle-java7-installer
18
VOLUME ["/data"]
19
20
# Define working directory.
21
-WORKDIR "/data"
+WORKDIR /data
22
23
# Define default command.
24
CMD ["java"]
0 commit comments