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 3b8d8ba commit 22a159d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ENV JDBC_DATABASE_URL ${JDBC_DATABASE_URL}
ENV JDBC_DATABASE_USERNAME ${JDBC_DATABASE_USERNAME}

WORKDIR /app
RUN ls -al

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

0 comments on commit 22a159d

Please sign in to comment.