was that it?
Build and Push Docker Images / build-and-push (push) Successful in 19s

This commit is contained in:
2025-04-30 20:59:40 +02:00
parent 88f07ccbe4
commit ae8044977a
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ ENV API_KEY=""
# Create a non-root user and switch to it
RUN useradd -m puppeteer && chown -R puppeteer:puppeteer /app
# Create the database directory and set permissions
RUN mkdir -p /db && chown -R puppeteer:puppeteer /db
RUN mkdir -p /db && chown -R puppeteer:puppeteer /db && chmod 777 /db
USER puppeteer