bugfixes
Some checks failed
Build docker container / build (push) Failing after 20m44s

This commit is contained in:
David Claeys
2025-04-07 09:02:22 +02:00
parent 0a4d9c4452
commit 252a7b23aa
4 changed files with 29 additions and 6 deletions

View File

@ -52,6 +52,7 @@ RUN apk update \
&& mkdir /public
COPY start.sh $WORKDIR
COPY serve.json $WORKDIR
COPY pm2.config.js $WORKDIR
RUN chmod +x "$START_SCRIPT" \
&& apk del git curl \
&& rm -rf /var/cache/apk/*