projects
/
juneau-petstore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' of https://gitbox.apache.org/repos/asf/juneau-petstore.git
[juneau-petstore.git]
/
Dockerfile
diff --git
a/Dockerfile
b/Dockerfile
old mode 100644
(file)
new mode 100755
(executable)
index
d40cb0c
..
ef45abf
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-19,7
+19,7
@@
RUN mvn clean package -DskipTests
FROM java:8
-COPY --from=build ./juneau-petstore-server/target/juneau-petstore-server-8.
1.2
-SNAPSHOT.war ./run.war
+COPY --from=build ./juneau-petstore-server/target/juneau-petstore-server-8.
2.0
-SNAPSHOT.war ./run.war
EXPOSE 5000