mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
wip7
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user