Update Dockerfile
knotbin.com 8 months ago 9fdc84f5 7180a988
··· 15 # Switch to deno user for better security 16 USER deno 17 0 0 0 18 EXPOSE 8000 19 20 # Run the application
··· 15 # Switch to deno user for better security 16 USER deno 17 18 + # Run the build step 19 + RUN deno task build 20 + 21 EXPOSE 8000 22 23 # Run the application