diff --git a/dockerfile.arm64 b/dockerfile.arm64 index eea9ed4..e3f53f6 100644 --- a/dockerfile.arm64 +++ b/dockerfile.arm64 @@ -12,7 +12,7 @@ RUN apt-get install -y ca-certificates openssl WORKDIR /app -COPY build/cosmos build/cosmos_gray.png build/Logo.png build/GeoLite2-Country.mmdb 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"]