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 7bc2bad commit b5ebce3
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 @@ -11,6 +11,6 @@ ENV JDBC_DATABASE_USERNAME ${JDBC_DATABASE_USERNAME}

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

0 comments on commit b5ebce3

Please sign in to comment.