Files
matthewtran.com/nas/Dockerfile.template
Matthew Tran 20bc259f26 lots of uprevs
2026-06-07 00:34:42 -07:00

16 lines
291 B
Docker

FROM ubuntu:26.04
ENV TZ=America/Los_Angeles
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y samba
WORKDIR /root
COPY smb.conf entry.sh ./
CMD ["/bin/bash", "/root/entry.sh"]
# create users