Skip to content

Commit

Permalink
Fix CI/CD and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sdikyarts committed Apr 24, 2024
1 parent 3ce55db commit 7bc2bad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ ENV JDBC_DATABASE_URL ${JDBC_DATABASE_URL}
ENV JDBC_DATABASE_USERNAME ${JDBC_DATABASE_USERNAME}

WORKDIR /app
RUN ls -al

COPY ./subscription-admin-0.0.1.jar /app
RUN ls -la
EXPOSE 8080
CMD ["java","-jar","subscription-admin-0.0.1.jar"]

0 comments on commit 7bc2bad

Please sign in to comment.