1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 07:36:23 -07:00

Update changed example configuration file paths

This commit is contained in:
Eggbertx 2023-12-05 11:44:56 -08:00
parent fa8adb98ed
commit 41ecd3faba
4 changed files with 10 additions and 11 deletions

View file

@ -6,8 +6,8 @@ RUN ["./build-image.sh"]
WORKDIR /opt/gochan
COPY sample-configs/gochan-fastcgi.nginx /etc/nginx/http.d/gochan.conf
COPY sample-configs/gochan.example.json /etc/gochan/gochan.json
COPY examples/configs/gochan-fastcgi.nginx /etc/nginx/http.d/gochan.conf
COPY examples/configs/gochan.example.json /etc/gochan/gochan.json
# Get all
COPY . .