mirror of
https://github.com/casjaysdevdocker/soft-serve
synced 2025-01-31 00:34:23 -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 /. /
|
COPY --from=build /. /
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
WORKDIR /root
|
WORKDIR /data/soft/repos
|
||||||
|
|
||||||
VOLUME [ "/config","/data" ]
|
VOLUME [ "/config","/data" ]
|
||||||
|
|
||||||
|
@ -159,7 +159,7 @@ certbot)
|
|||||||
echo "$SERVICE_NAME is running"
|
echo "$SERVICE_NAME is running"
|
||||||
else
|
else
|
||||||
touch "/tmp/$SERVICE_NAME.pid"
|
touch "/tmp/$SERVICE_NAME.pid"
|
||||||
cd "/config/soft" || exit
|
cd "/data/soft/repos" || exit
|
||||||
echo "$start_message"
|
echo "$start_message"
|
||||||
__exec_command "$SERVICE_COMMAND" || rm -Rf "/tmp/$SERVICE_NAME.pid"
|
__exec_command "$SERVICE_COMMAND" || rm -Rf "/tmp/$SERVICE_NAME.pid"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user