Skip to content

Commit

Permalink
Update ci and build config (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
csikb authored Apr 4, 2024
1 parent 1dd99f4 commit c398f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ defaults:
remote-docker-dlc: true
use-buildkit: true
tag_only: &tag_only
context:
- BSS Github deploy
filters:
branches:
ignore: /.*/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY ./server/data/build.gradle.kts ./server/data/
COPY ./server/build.gradle.kts ./server/
RUN ./gradlew
# build
COPY ./ ./
COPY ./server ./server
RUN ./gradlew bootJar

FROM bellsoft/liberica-openjre-alpine-musl:21.0.1-12 AS app
Expand Down

0 comments on commit c398f3f

Please sign in to comment.