This commit is contained in:
2024-11-16 17:39:18 +06:00
parent 34a8267568
commit ecffb1dd07
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM adoptopenjdk/openjdk11
FROM bellsoft/liberica-openjdk-alpine:19
ADD ./build/distributions/booru_grabber_bot.tar /
RUN chown -R 1000:1000 "/booru_grabber_bot"