Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sdikyarts committed Apr 24, 2024
1 parent 22a159d commit 3ce55db
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 @@ -12,6 +12,6 @@ ENV JDBC_DATABASE_USERNAME ${JDBC_DATABASE_USERNAME}
WORKDIR /app
RUN ls -al

COPY ./build/libs/subscription-admin-0.0.1.jar /app
COPY ./subscription-admin-0.0.1.jar /app
EXPOSE 8080
CMD ["java","-jar","subscription-admin-0.0.1.jar"]

0 comments on commit 3ce55db

Please sign in to comment.