From 9b44e6ada283c3ce554b70c976743658d65b973c Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Mon, 29 Jan 2024 10:09:39 +0100 Subject: [PATCH] do --- .do/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.do/Dockerfile b/.do/Dockerfile index 1925b831..b19e7513 100644 --- a/.do/Dockerfile +++ b/.do/Dockerfile @@ -37,6 +37,5 @@ FROM alpine as final # Copy the binaries and entrypoint from the builder image. COPY --from=builder /build/main /bin/ -RUN touch .env ENTRYPOINT [ "/bin/main" ]