🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-25 19:03:33 -04:00
parent 9adf24b9a0
commit 3cca4103f8
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ ENV LANG=en_US.UTF-8 \
COPY --from=build /. /
USER root
WORKDIR /root
WORKDIR /data/soft/repos
VOLUME [ "/config","/data" ]

View File

@ -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