Skip to content

Commit

Permalink
update nixpacks and compose
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 2, 2024
1 parent 1b545e1 commit b452cc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 1 addition & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
services:
hephaestus-application-server:
application-server:
image: hephaestus-application-server
build:
context: ./server/application-server
dockerfile: Dockerfile
ports:
- '8080:8080'
environment:
Expand Down
5 changes: 5 additions & 0 deletions server/application-server/nixpacks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[variables]
NIXPACKS_JDK_VERSION = '21'

[phases.build]
cmds = ['chmod +x ./mvnw && ./mvnw -DskipTests clean package']

0 comments on commit b452cc1

Please sign in to comment.