Skip to content

Commit

Permalink
Fixed the artifact name for Docker builds [#692]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Apr 5, 2021
1 parent a639516 commit 7fd3328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Pidockmedia "pidockmedia@gmail.com"

RUN mkdir /app /ul
WORKDIR /ul
RUN wget -q -O comixed-release.zip https://github.com/comixed/comixed/releases/download/v0.8.0-1.1/comixed-release-0.8.0-1.1-GA.zip
RUN wget -q -O comixed-release.zip https://github.com/comixed/comixed/releases/download/v0.8.0-1.1/comixed-release-0.8.0-1.1-RELEASE.zip
RUN unzip *.zip
RUN rm *.zip
RUN mv comixed*/bin/comixed-app*.jar /app/comixed-app.jar
Expand Down

0 comments on commit 7fd3328

Please sign in to comment.