parent
8e1a52566f
commit
012ef47306
|
|
@ -54,6 +54,7 @@ RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \
|
|||
service nginx stop && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY mime-types.conf /etc/nginx/conf.d/mime-types.conf
|
||||
COPY config /app/ds/setup/config/
|
||||
COPY run-document-server.sh /app/ds/run-document-server.sh
|
||||
|
||||
|
|
|
|||
3
mime-types.conf
Normal file
3
mime-types.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
types {
|
||||
application/wasm wasm;
|
||||
}
|
||||
Loading…
Reference in a new issue