Skip to content

Commit 27bc97a

Browse files
committed
fixup! [process] added label to hello_world_host Dockerfile
1 parent 022c9e6 commit 27bc97a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

chapter02/hello_world/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM rust:latest AS builder
22

3-
LABEL org.opencontainers.image.source https://github.com/danbugs/serverside-wasm-book-code
4-
53
RUN USER=root cargo new --bin hello_world_host
64
WORKDIR /hello_world_host
75

chapter02/hello_world/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ cargo build --target wasm32-unknown-unknown --release
1010
## How to run the host?
1111

1212
```bash
13+
# from the `hello_world_guest/` directory
1314
docker run --rm -v "$(pwd):/data" danstaken/hello_world_host:latest /data/hello_world_guest.wasm 'Dan'
1415
```
1516

0 commit comments

Comments
 (0)