From 7ce5c3b2aeb014b1ec8a2f9c26e0ad0c16fbc415 Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Fri, 11 Feb 2022 01:29:00 -0500 Subject: [PATCH] updated docker file --- .gitlab-ci.yml | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03b3fe2..c006cfd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,7 @@ build-musl-bin: - cd ../../../ artifacts: paths: + - vade-linux-musl.tar.gz - target/x86_64-unknown-linux-musl/release/vade build-arm-bin: diff --git a/Dockerfile b/Dockerfile index fef5097..eeb53e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM scratch -COPY target/x84-64-unknown-linux-musl/release/vade /app/vade +COPY target/x84_64-unknown-linux-musl/release/vade /app/vade EXPOSE 8080 WORKDIR app RUN touch data.db