mirror of
https://github.com/ekzhang/bore.git
synced 2025-07-06 16:31:10 +07:00
Fix Dockerfile (#151)
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM rust:alpine as builder
|
FROM rust:alpine AS builder
|
||||||
WORKDIR /home/rust/src
|
WORKDIR /home/rust/src
|
||||||
RUN apk --no-cache add musl-dev
|
RUN apk --no-cache add musl-dev
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Reference in New Issue
Block a user