whisper.cpp-wasm / Dockerfile
radames's picture
test::
4929c44
raw
history blame
171 Bytes
FROM debian:latest
RUN apt-get update && apt-get install --no-install-recommends -y nginx; \
echo "daemon off;" >> /etc/nginx/nginx.conf
EXPOSE 80
CMD ./usr/sbin/nginx