mirror of
https://github.com/ekzhang/bore.git
synced 2026-05-18 05:05:00 +02: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