Update Dockerfile

This commit is contained in:
techial 2022-08-26 22:25:59 +08:00
parent f55a5eba96
commit 5ae641fda0

View file

@ -10,8 +10,8 @@ COPY . .
# run release build # run release build
RUN cargo build --release RUN cargo build --release
# create final container using slim version of debian # create final container using rust
FROM debian:buster-slim FROM rust:latest
# microbin will be in /usr/local/bin/microbin/ # microbin will be in /usr/local/bin/microbin/
WORKDIR /usr/local/bin WORKDIR /usr/local/bin