Skip to content

Commit

Permalink
update dockerfile (#4045)
Browse files Browse the repository at this point in the history
* smart-socket 1.0

* smart-socket 1.0

* smart-socket 1.0.1

* smart-socket 1.0.1

* smart-socket 1.0.1

* smart-http 1.0.3

* smart-http 1.0.4

* update dockerfile
  • Loading branch information
smthing authored and michaelhixson committed Sep 17, 2018
1 parent ddf6320 commit 2fdf915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/Java/smart-socket/smart-socket.dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM maven:3.5.3-jdk-10-slim as maven
WORKDIR /smart-socket
COPY pom.xml pom.xml
COPY src src
RUN mvn compile assembly:single
RUN mvn compile assembly:single -q

FROM openjdk:10-jre-slim
WORKDIR /smart-socket
Expand Down

0 comments on commit 2fdf915

Please sign in to comment.