Made dockerfile non version specific
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user