Skip to content

add dockerfile for app #3

add dockerfile for app

add dockerfile for app #3

Workflow file for this run

name: verify maven build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up apache maven central
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: build in production mode
run: mvn -B package -Pproduction