j
chown as root
177c5fe
raw
history blame
128 Bytes
FROM teamjn/reaspeech-hf:latest
WORKDIR /app
USER root
RUN chown -R 1000:1000 .
USER 1000:1000
ENV ENVIRONMENT = hf
EXPOSE 9000