Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c911a4 commit 6a85092Copy full SHA for 6a85092
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