Skip to content

Commit

Permalink
Update Dockerfile to take version as build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicasyu committed Oct 18, 2023
1 parent 661f527 commit a022a58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN yum -y install tar
RUN yum -y install xz

# Copy model jar
COPY arcade-3.1.jar ./arcade.jar
ARG VERSION
COPY arcade-${VERSION}.jar ./arcade.jar

# Copy entrypoint script and make executable
COPY arcade.sh ./arcade.sh
Expand Down

0 comments on commit a022a58

Please sign in to comment.