Skip to content

Commit

Permalink
Merge pull request #11 from Kerosene-Labs/update-workflow
Browse files Browse the repository at this point in the history
hmmmmm
  • Loading branch information
hlafaille authored Dec 12, 2024
2 parents 72aed30 + fa6ced1 commit 2aded41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get install openjdk-21-jre-headless -y

# copy the app
RUN mkdir /app
COPY target/billtracker-0.0.1.jar /app/app.jar
COPY billtracker-0.0.1.jar /app/app.jar

# run the app
WORKDIR /app
Expand Down

0 comments on commit 2aded41

Please sign in to comment.