init commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache samba-server samba-common-tools
|
||||
|
||||
ADD start.sh /start.sh
|
||||
|
||||
RUN ["chmod", "+x", "/start.sh"]
|
||||
|
||||
CMD ["/start.sh"]
|
||||
Reference in New Issue
Block a user