build: dockerfile based on playwright image, standalone next.js

This commit is contained in:
2026-05-25 14:42:45 +00:00
parent 99d1d85293
commit 44293deb9b
3 changed files with 40 additions and 0 deletions

9
.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
node_modules
.next
.git
.env
.env.local
*.log
tests
docs
README.md