Skip to content

Commit

Permalink
Merge pull request #99 from JNU-econovation/be
Browse files Browse the repository at this point in the history
Be
  • Loading branch information
capDoYeonLee authored Oct 15, 2023
2 parents 5d048b7 + dbbe857 commit 521d074
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
- name: Build with Gradle
run: ./gradlew build

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
version: v0.7.0

## docker build & push to develop
# DOCKER_USERNAME DOCKER_PASSWORD DOCKER_REPO
- name: Docker build & push to dev
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ARG JAVA_OPTS
ARG RELEASE_VERSION
ENV DD_VERSION=${RELEASE_VERSION}

ARG JAR_FILE="./build/libs/*.jar"
ARG JAR_FILE="build/libs/*.jar"
COPY ./build/libs/*.jar app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit 521d074

Please sign in to comment.