customize template

This commit is contained in:
2025-10-20 05:14:06 -07:00
parent 7dd84c77a4
commit 96041e5ce5
16 changed files with 1105 additions and 1736 deletions
+12
View File
@@ -0,0 +1,12 @@
FROM jacoblincool/workerd:latest
COPY ./worker.capnp ./worker.capnp
VOLUME /worker/cache
VOLUME /worker/kv
VOLUME /worker/d1
VOLUME /worker/r2
EXPOSE 8080/tcp
CMD ["serve", "--experimental", "--binary", "worker.capnp"]