mirror of
https://github.com/Lore09/Tesi-Magistrale.git
synced 2026-02-04 13:31:16 +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