mirror of
https://github.com/Lore09/Tesi-Magistrale.git
synced 2025-12-19 12:24:31 +00:00
Rpc in go
This commit is contained in:
8
src/rpc_go/Dockerfile
Normal file
8
src/rpc_go/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
# Running as native wasm runtime
|
||||
FROM scratch
|
||||
|
||||
COPY ./build/server.wasm .
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["./server.wasm"]
|
||||
Reference in New Issue
Block a user