Skip to content

Commit

Permalink
Merge pull request #10 from maruina/2.4.43
Browse files Browse the repository at this point in the history
Update pt and linting issues
  • Loading branch information
rafffael authored Jan 3, 2021
2 parents 6b2daa2 + e6b9290 commit 2e383fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM openjdk:8-alpine

ENV PT_VERSION=2.4.32
ENV PT_VERSION=2.4.44
ENV PT_DL=https://github.com/taniman/profit-trailer/releases/download/${PT_VERSION}/ProfitTrailer-${PT_VERSION}.zip

VOLUME /app
EXPOSE 8081

ADD ${PT_DL} /opt
ADD run-profit-trailer.sh /run-profit-trailer.sh
COPY run-profit-trailer.sh /run-profit-trailer.sh

WORKDIR /app
CMD ["/bin/sh", "/run-profit-trailer.sh"]

0 comments on commit 2e383fa

Please sign in to comment.