From f1b299e9a49879c97d43310cd29952971f24a271 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Tue, 25 Jul 2023 12:00:21 +0100 Subject: [PATCH] [release] 0.9.13 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index dc3f5bb..3985fca 100644 --- a/dockerfile +++ b/dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y ca-certificates openssl WORKDIR /app -COPY build/cosmos build/cosmos_gray.png build/Logo.png build/GeoLite2-Country.mmdb COPY build/meta.json . +COPY build/cosmos build/cosmos_gray.png build/Logo.png build/GeoLite2-Country.mmdb build/meta.json ./ COPY static ./static CMD ["./cosmos"]