Skip to content

Commit

Permalink
release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiefly committed Jul 15, 2021
1 parent 893db95 commit 11e1109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8-jdk-alpine
ENV JAVA_OPTS=""
VOLUME /tmp
ADD url-shortener-1.0.0-SNAPSHOT.jar /app.jar
ADD url-shortener-1.0.0.jar /app.jar
ENTRYPOINT ["sh", "-c", "java $JAVA_OPTS -Djava.security.egd=file:/dev/./urandom -jar /app.jar"]
EXPOSE 8989
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.rookiefly.open</groupId>
<artifactId>url-shortener</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>url-shortener</name>
<description>url shortener service</description>

Expand Down

0 comments on commit 11e1109

Please sign in to comment.