Skip to content

Commit 022c9e6

Browse files
committed
[process] added label to hello_world_host Dockerfile
Signed-off-by: danbugs <[email protected]> [fix] moving hello_world_host dockerfile label after builder Signed-off-by: danbugs <[email protected]>
1 parent 3be10aa commit 022c9e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chapter02/hello_world/Dockerfile

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

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

0 commit comments

Comments
 (0)