mirror of
https://github.com/casjaysdevdocker/soft-serve
synced 2025-01-18 00:34:24 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
9adf24b9a0
commit
3cca4103f8
@ -91,7 +91,7 @@ ENV LANG=en_US.UTF-8 \
|
||||
COPY --from=build /. /
|
||||
|
||||
USER root
|
||||
WORKDIR /root
|
||||
WORKDIR /data/soft/repos
|
||||
|
||||
VOLUME [ "/config","/data" ]
|
||||
|
||||
|
@ -159,7 +159,7 @@ certbot)
|
||||
echo "$SERVICE_NAME is running"
|
||||
else
|
||||
touch "/tmp/$SERVICE_NAME.pid"
|
||||
cd "/config/soft" || exit
|
||||
cd "/data/soft/repos" || exit
|
||||
echo "$start_message"
|
||||
__exec_command "$SERVICE_COMMAND" || rm -Rf "/tmp/$SERVICE_NAME.pid"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user