docker: change $HOME to /state

This commit is contained in:
ed
2025-08-28 19:41:42 +00:00
parent 6f0871173e
commit 01cf20a029
5 changed files with 5 additions and 5 deletions

View File

@@ -15,6 +15,6 @@ COPY i/dist/copyparty-sfx.py innvikler.sh ./
ADD base ./base
RUN ash innvikler.sh im
WORKDIR /w
WORKDIR /state
EXPOSE 3923
ENTRYPOINT ["python3", "-m", "copyparty", "--no-crt", "-c", "/z/initcfg"]