From 2ca58471ec6dea26f9c53eb5c3b8848dfb0de964 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sat, 12 Nov 2022 00:44:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20drone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1c09081..0bec808 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM rust as builder COPY . /app +WORKDIR /app + RUN cargo build --release FROM archlinux