This commit is contained in:
Matthew Tran
2025-05-04 17:57:34 -07:00
parent 007243c99e
commit 36df5d64d3
10 changed files with 117 additions and 77 deletions
+15
View File
@@ -0,0 +1,15 @@
FROM ubuntu:24.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