Move to embedded dirs

This commit is contained in:
Andrew-71 2024-05-18 16:15:20 +03:00
parent 119ae9c3c6
commit 430a7461e6
16 changed files with 99 additions and 42 deletions

View file

@ -15,10 +15,7 @@ WORKDIR /
# Bring over the executable
COPY --from=build-stage /hibiscus /hibiscus
# Copy files
COPY public public/
COPY pages pages/
COPY i18n i18n/
# Data dirs
VOLUME /data
VOLUME /config