Fix: fix path /var/run/supervisord/ does not exist
This commit is contained in:
parent
69c5ef00fe
commit
0025b72e4b
|
@ -54,7 +54,7 @@ steps:
|
|||
image: docker.io/library/alpine
|
||||
when:
|
||||
- branch: main
|
||||
- evaluate: 'NEXTCLOUD_VERSION == "28"'
|
||||
evaluate: 'NEXTCLOUD_VERSION == "28"'
|
||||
secrets:
|
||||
- GIT_API_TOKEN
|
||||
commands:
|
||||
|
|
|
@ -4,7 +4,8 @@ FROM docker.io/library/nextcloud:${TAG}
|
|||
RUN apt-get update && apt-get install -y \
|
||||
supervisor \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir -p /var/log/supervisord /var/run/supervisord
|
||||
&& mkdir -p /var/log/supervisord \
|
||||
&& mkdir -p /var/run/supervisord
|
||||
|
||||
ADD supervisord.conf /supervisord.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue