diff --git a/.clabot b/.clabot index 2f26cb9..d825657 100644 --- a/.clabot +++ b/.clabot @@ -1,4 +1,4 @@ { - "contributors": ["azukaar", "jwr1"], + "contributors": ["azukaar", "jwr1", "Jogai"], "message": "We require contributors to sign our [Contributor License Agreement](https://github.com/azukaar/Cosmos-Server/blob/master/cla.md). In order for us to review and merge your code, add yourself to the .clabot file as contributor, as a way of signing the CLA." } diff --git a/dockerfile b/dockerfile index b9c3170..dc3f5bb 100644 --- a/dockerfile +++ b/dockerfile @@ -10,11 +10,7 @@ RUN apt-get update && apt-get install -y ca-certificates openssl WORKDIR /app -COPY build/cosmos . -COPY build/cosmos_gray.png . -COPY build/Logo.png . -COPY build/GeoLite2-Country.mmdb . -COPY build/meta.json . +COPY build/cosmos build/cosmos_gray.png build/Logo.png build/GeoLite2-Country.mmdb COPY build/meta.json . COPY static ./static -CMD ["./cosmos"] \ No newline at end of file +CMD ["./cosmos"] diff --git a/dockerfile.arm64 b/dockerfile.arm64 index 0b34092..eea9ed4 100644 --- a/dockerfile.arm64 +++ b/dockerfile.arm64 @@ -12,11 +12,7 @@ RUN apt-get install -y ca-certificates openssl WORKDIR /app -COPY build/cosmos . -COPY build/cosmos_gray.png . -COPY build/Logo.png . -COPY 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"] \ No newline at end of file +CMD ["./cosmos"]