dockrfile wasm

This commit is contained in:
mmrbnjd
2025-09-04 15:34:30 +03:30
parent 2f66807bc1
commit 1ca1b4f1eb
6 changed files with 113 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
worker_processes 1;
events { worker_connections 1024; }
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
}