This commit is contained in:
InsanusMokrassar 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"

View File

@ -10,3 +10,8 @@ services:
POSTGRES_DB: "test"
ports:
- "8092:5432"
# booru_grabber_bot:
# image: insanusmokrassar/booru_grabber_bot
# container_name: "booru_grabber_bot"
# volumes:
# - "path_to_file:/booru_grabber_bot/config.json:ro"