[release] 0.9.13

This commit is contained in:
Yann Stepienik 2023-07-25 12:06:44 +01:00
parent f1b299e9a4
commit d86e4c04ca

View file

@ -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"]