This commit is contained in:
2023-04-19 12:54:05 +02:00
parent e6c9b21447
commit 9d3f205b53
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ RUN mkdir -p /www
WORKDIR /www
COPY . .
RUN cp settings.ini.example settings.ini
RUN chmod +x start.sh
RUN set -e; \
apk add --no-cache --virtual .build-deps \