Skip to content

Commit

Permalink
Removing gradle from inside Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
avikganguly01 committed May 28, 2023
1 parent 6726648 commit 099ac1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ jobs:
build:
docker:
- image: cimg/openjdk:17.0.0
- image: docker:17.05.0-ce-git
working_directory: ~/repo
environment:
# Customize the JVM maximum heap limit
JVM_OPTS: -Xmx512m
TERM: dumb
steps:
- checkout
- setup_remote_docker

# - slack/notify:
# event: fail
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM openjdk:17
EXPOSE 5000

./gradlew build
COPY build/libs/*.jar .
CMD java -jar *.jar

0 comments on commit 099ac1a

Please sign in to comment.