Made dockerfile non version specific

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
master
Andrew DeMaria 7 years ago
parent e1ecc2444c
commit 3132227590
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 2
      install/docker/Dockerfile
  2. 4
      install/docker/pom.xml

@ -20,7 +20,7 @@ COPY run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh
COPY target/dependency/airsonic-main-6.3-SNAPSHOT.war airsonic.war
COPY target/dependency/airsonic-main.war airsonic.war
EXPOSE $AIRSONIC_PORT

@ -46,6 +46,10 @@
<artifactId>maven-dependency-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>3.0.1</version>
<configuration>
<stripClassifier>true</stripClassifier>
<stripVersion>true</stripVersion>
</configuration>
<executions>
<execution>
<id>copy</id>

Loading…
Cancel
Save