Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/857dfffabedf9b70cfc8ba1ce651eb08476e2dbe You should set ROOT_URL correctly, otherwise the web may not work correctly.
d1snin 4 years ago
parent 7419498ea4
commit 857dfffabe

@ -19,11 +19,11 @@ RUN npm i -g npm@>=7
RUN npm i
# Ensure these directories & files exist for compose volumes
RUN mkdir -p /opt/ass/uploads/thumbnails/
RUN mkdir -p /opt/ass/share/
RUN touch /opt/ass/config.json
RUN touch /opt/ass/auth.json
RUN touch /opt/ass/data.json
RUN mkdir -p /opt/ass/uploads/thumbnails/ && \
mkdir -p /opt/ass/share/ && \
touch /opt/ass/config.json && \
touch /opt/ass/auth.json && \
touch /opt/ass/data.json
# Start ass
CMD npm start

Loading…
Cancel
Save