Added bootjar build

- Fixed spelling mistake in home
- Fixed date bug
This commit is contained in:
2024-02-19 20:55:16 +01:00
parent 78f32c4f64
commit ed82e2e3f2
4 changed files with 13 additions and 1 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM openjdk:23-jdk-slim
LABEL authors="Walzen665"
ENTRYPOINT ["top", "-b"]