Fix Dockerfile
This commit is contained in:
parent
ff1e3f0462
commit
f7eecb7b98
2 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,9 @@ COPY --from=build-stage /hibiscus /hibiscus
|
||||||
# Copy files
|
# Copy files
|
||||||
COPY public public/
|
COPY public public/
|
||||||
COPY pages pages/
|
COPY pages pages/
|
||||||
VOLUME data
|
COPY i18n i18n/
|
||||||
VOLUME config
|
VOLUME /data
|
||||||
|
VOLUME /config
|
||||||
|
|
||||||
EXPOSE 7101
|
EXPOSE 7101
|
||||||
ENTRYPOINT ["/hibiscus"]
|
ENTRYPOINT ["/hibiscus"]
|
1
TODO.md
1
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
|
* Github/Codeberg/whatever mirror for when `faye` (my server) is offline
|
||||||
* API revamp
|
* API revamp
|
||||||
* Check export function for improvements
|
* Check export function for improvements
|
||||||
* Customise log file
|
|
||||||
* More slog.Debug
|
* More slog.Debug
|
||||||
* Consider less clunky auth method
|
* Consider less clunky auth method
|
||||||
* *Go* dependency-less? <-- this is a terrible idea
|
* *Go* dependency-less? <-- this is a terrible idea
|
Loading…
Reference in a new issue