bark-server / Dockerfile
focusprogram's picture
Update Dockerfile
5c9689a verified
raw
history blame
143 Bytes
FROM finab/bark-server:latest
RUN sudo rm -rf /etc/localtime
ARG TIMEZONE=Asia/Shanghai
ENV TZ=${TIMEZONE}
EXPOSE 8080
CMD ["bark-server"]