fix bootup by putting start.sh into home dir directly
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Aaron Riedel 2023-11-15 12:14:32 +01:00
parent e85daed477
commit 335507e8ba
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -12,7 +12,6 @@ RUN useradd -u "${PUID}" -m "${USER}"
WORKDIR ${HOMEDIR}
RUN git clone https://github.com/DarkflameUniverse/NexusDashboard.git
WORKDIR ${HOMEDIR}/NexusDashboard
COPY ./start.sh .