This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:3.15
|
||||
|
||||
RUN \
|
||||
apk upgrade --update --no-cache && \
|
||||
apk add --update --no-cache nextcloud-client
|
||||
apk add --update --no-cache nextcloud-client bash
|
||||
|
||||
ENV USER_NAME=nextcloudclient
|
||||
ENV USER_UID=1000
|
||||
@@ -23,4 +23,4 @@ ENV NEXTCLOUD_SLEEP=30
|
||||
|
||||
COPY start.sh /start.sh
|
||||
|
||||
ENTRYPOINT ["/bin/sh", "/start.sh"]
|
||||
ENTRYPOINT ["/bin/bash", "/start.sh"]
|
||||
|
||||
Reference in New Issue
Block a user