mirror of
https://github.com/Sheldan/gw2-tools.git
synced 2026-04-01 14:17:11 +00:00
initial commit of functioning opening tracking
This commit is contained in:
10
gw2-tools-backend/executable/Dockerfile
Normal file
10
gw2-tools-backend/executable/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM amazoncorretto:21.0.1-alpine3.18
|
||||
RUN apk add entr
|
||||
|
||||
WORKDIR /app
|
||||
ADD BOOT-INF/lib/ /app/lib
|
||||
ADD snapshots/ /app/lib
|
||||
ADD META-INF /app/META-INF
|
||||
ADD BOOT-INF/classes /app
|
||||
|
||||
ENTRYPOINT java -cp .:./lib/* dev.sheldan.gw2.tools.ToolApplicationKt
|
||||
Reference in New Issue
Block a user