This commit is contained in:
		| @@ -48,7 +48,7 @@ jobs: | ||||
|         uses: https://github.com/actions-rs/cargo@v1 | ||||
|         with: | ||||
|             command: build | ||||
|             args: --target x86_64-unknown-linux-musl --release | ||||
|             args: --target x86_64-unknown-linux-musl --release --bin network-monitor  --target-dir ./build | ||||
|  | ||||
|       - name: Log in to the Container registry | ||||
|         uses: https://github.com/docker/login-action@v2 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| FROM rust:1-slim-buster | ||||
| WORKDIR /app | ||||
| COPY /workspace/display-ambient-light/network-monitor . | ||||
| COPY ./target/release/network-monitor . | ||||
|  | ||||
| CMD ["/app/network-monitor"] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user