j
update environment variable for demo popup
102869b
raw
history blame
176 Bytes
FROM teamjn/reaspeech-hf:latest
WORKDIR /app
USER root
RUN mkdir /.cache
RUN chown -R 1000:1000 .
RUN chown -R 1000:1000 /.cache
USER 1000:1000
ENV APP_ENV = demo
EXPOSE 9000