The docker image now uses gzip compression
This commit is contained in:
@ -2,5 +2,6 @@ FROM nginx
|
||||
|
||||
MAINTAINER maintainers@vikunja.io
|
||||
|
||||
ADD nginx.conf /etc/nginx/nginx.conf
|
||||
COPY dist /usr/share/nginx/html
|
||||
RUN rm /usr/share/nginx/html/js/*.map
|
Reference in New Issue
Block a user