mirror of
https://github.com/Noratrieb/killua-bot.git
synced 2026-01-14 15:15:01 +01:00
something
This commit is contained in:
parent
32355a0064
commit
a730644a51
1 changed files with 7 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
FROM maven AS build
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
RUN maven -f pom.xml clean package
|
||||||
|
|
||||||
|
FROM openjdk:18-jre-slim
|
||||||
|
COPY --from=build /app/target/1.0.0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue