deeplx-local / Dockerfile
mikeee's picture
Update Dockerfile
c2434e2 verified
raw
history blame
111 Bytes
FROM neccen/deeplx-local:latest
ENV TZ=Asia/Shanghai
RUN apk update && apk add --no-cache tzdata
# EXPOSE 7860