Update Dockerfile
knotbin.com 7 months ago 0764b8a1 9fdc84f5
··· 12 12 # Ensure Deno user has write permissions 13 13 RUN chown -R deno:deno /app 14 14 15 15 - # Switch to deno user for better security 16 16 - USER deno 17 17 - 18 15 # Run the build step 19 16 RUN deno task build 20 17