j
added /.cache directory to service user chown
b019a1c
raw
history blame
160 Bytes
FROM teamjn/reaspeech-hf:latest
WORKDIR /app
USER root
RUN chown -R 1000:1000 .
RUN chown -R 1000:1000 /.cache
USER 1000:1000
ENV ENVIRONMENT = hf
EXPOSE 9000