fix: cdn types

This commit is contained in:
Strix 2023-12-13 11:33:59 +01:00
parent e8fd022ce5
commit 60a18d2200
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
4 changed files with 103 additions and 4 deletions

View file

@ -6,6 +6,7 @@ RUN apk add \
COPY content /usr/share/nginx/html
COPY conf.d/ /etc/nginx/conf.d/
COPY mime.types /etc/nginx/mime.types
COPY nginx.conf /etc/nginx/nginx.conf
COPY entrypoint.sh /entrypoint