Fix stable versions not recognized in "Dockerfile".
This commit is contained in:
parent
a9d64a2898
commit
ac1bd6ba65
|
@ -1,6 +1,6 @@
|
|||
FROM openjdk:8-jdk-alpine
|
||||
|
||||
COPY build/libs/*-SNAPSHOT.jar urls_controller.jar
|
||||
COPY build/libs/*.jar urls_controller.jar
|
||||
|
||||
EXPOSE 1880
|
||||
|
||||
|
|
Loading…
Reference in New Issue