nope
Build and Push Docker Images / build-and-push (push) Successful in 18s

This commit is contained in:
2025-04-30 21:01:06 +02:00
parent ae8044977a
commit c3fd4b3121
2 changed files with 46 additions and 21 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 && chmod 777 /db
RUN mkdir -p /db && chmod 777 /db && chown -R puppeteer:puppeteer /app
USER puppeteer