From f7eecb7b98dff9f7999b1818400629f9ee5bac79 Mon Sep 17 00:00:00 2001 From: Andrew-71 Date: Sat, 4 May 2024 15:56:04 +0300 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 5 +++-- TODO.md | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d12deb2..f2eabc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,9 @@ COPY --from=build-stage /hibiscus /hibiscus # Copy files COPY public public/ COPY pages pages/ -VOLUME data -VOLUME config +COPY i18n i18n/ +VOLUME /data +VOLUME /config EXPOSE 7101 ENTRYPOINT ["/hibiscus"] \ No newline at end of file diff --git a/TODO.md b/TODO.md index c966e04..3c185fe 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,6 @@ List of things to add to this project * Github/Codeberg/whatever mirror for when `faye` (my server) is offline * API revamp * Check export function for improvements -* Customise log file * More slog.Debug * Consider less clunky auth method * *Go* dependency-less? <-- this is a terrible idea \ No newline at end of file