From 8a3c5c4bb3e3b32ccc40e194d21964701e45b467 Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Fri, 11 Feb 2022 01:40:57 -0500 Subject: [PATCH] updated docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eeb53e6..048aa2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM scratch -COPY target/x84_64-unknown-linux-musl/release/vade /app/vade +COPY target/x86_64-unknown-linux-musl/release/vade /app/vade EXPOSE 8080 WORKDIR app RUN touch data.db