customize template
This commit is contained in:
+12
@@ -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"]
|
||||
Reference in New Issue
Block a user