mirror of
https://github.com/9001/copyparty.git
synced 2025-11-05 22:33:16 +00:00
docker: change $HOME to /state
This commit is contained in:
@@ -16,6 +16,6 @@ COPY i/dist/copyparty-sfx.py innvikler.sh ./
|
|||||||
ADD base ./base
|
ADD base ./base
|
||||||
RUN ash innvikler.sh ac
|
RUN ash innvikler.sh ac
|
||||||
|
|
||||||
WORKDIR /w
|
WORKDIR /state
|
||||||
EXPOSE 3923
|
EXPOSE 3923
|
||||||
ENTRYPOINT ["python3", "-m", "copyparty", "--no-crt", "-c", "/z/initcfg"]
|
ENTRYPOINT ["python3", "-m", "copyparty", "--no-crt", "-c", "/z/initcfg"]
|
||||||
|
|||||||
@@ -38,6 +38,6 @@ COPY i/dist/copyparty-sfx.py innvikler.sh ./
|
|||||||
ADD base ./base
|
ADD base ./base
|
||||||
RUN ash innvikler.sh dj
|
RUN ash innvikler.sh dj
|
||||||
|
|
||||||
WORKDIR /w
|
WORKDIR /state
|
||||||
EXPOSE 3923
|
EXPOSE 3923
|
||||||
ENTRYPOINT ["python3", "-m", "copyparty", "--no-crt", "-c", "/z/initcfg"]
|
ENTRYPOINT ["python3", "-m", "copyparty", "--no-crt", "-c", "/z/initcfg"]
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ COPY i/dist/copyparty-sfx.py innvikler.sh ./
|
|||||||
ADD base ./base
|
ADD base ./base
|
||||||
RUN ash innvikler.sh im
|
RUN ash innvikler.sh im
|
||||||
|
|
||||||
WORKDIR /w
|
WORKDIR /state
|
||||||
EXPOSE 3923
|
EXPOSE 3923
|
||||||
ENTRYPOINT ["python3", "-m", "copyparty", "--no-crt", "-c", "/z/initcfg"]
|
ENTRYPOINT ["python3", "-m", "copyparty", "--no-crt", "-c", "/z/initcfg"]
|
||||||
|
|||||||
@@ -28,6 +28,6 @@ COPY i/dist/copyparty-sfx.py innvikler.sh ./
|
|||||||
ADD base ./base
|
ADD base ./base
|
||||||
RUN ash innvikler.sh iv
|
RUN ash innvikler.sh iv
|
||||||
|
|
||||||
WORKDIR /w
|
WORKDIR /state
|
||||||
EXPOSE 3923
|
EXPOSE 3923
|
||||||
ENTRYPOINT ["python3", "-m", "copyparty", "--no-crt", "-c", "/z/initcfg"]
|
ENTRYPOINT ["python3", "-m", "copyparty", "--no-crt", "-c", "/z/initcfg"]
|
||||||
|
|||||||
@@ -13,6 +13,6 @@ RUN apk --no-cache add !pyc \
|
|||||||
COPY i/dist/copyparty-sfx.py innvikler.sh ./
|
COPY i/dist/copyparty-sfx.py innvikler.sh ./
|
||||||
RUN ash innvikler.sh min
|
RUN ash innvikler.sh min
|
||||||
|
|
||||||
WORKDIR /w
|
WORKDIR /state
|
||||||
EXPOSE 3923
|
EXPOSE 3923
|
||||||
ENTRYPOINT ["python3", "-m", "copyparty", "--no-crt", "--no-thumb", "-c", "/z/initcfg"]
|
ENTRYPOINT ["python3", "-m", "copyparty", "--no-crt", "--no-thumb", "-c", "/z/initcfg"]
|
||||||
|
|||||||
Reference in New Issue
Block a user