Files
Tesi-Magistrale/src/rpc_go/Dockerfile
2024-11-06 12:00:28 +01:00

8 lines
109 B
Docker

# Running as native wasm runtime
FROM scratch
COPY ./build/server.wasm .
EXPOSE 8080
CMD ["./server.wasm"]