Defined CMD in Dockerfile; ENTRYPOINT now supports user-provided commands
All checks were successful
Update Docker Hub Description / dockerHubDescription (push) Successful in 12s
Docker Image CI / build_docker_images (push) Successful in 13m24s

This commit is contained in:
GianLuca Vagnuzzi
2026-01-02 08:22:01 +01:00
parent b1ee62110b
commit 6f0de40ec3
4 changed files with 48 additions and 18 deletions

View File

@@ -25,3 +25,4 @@ RUN set -xe && \
ADD rootfs /
ENTRYPOINT ["/entrypoint.sh"]
CMD ["smbd", "-F", "--no-process-group", "--debug-stdout", "-d", "3", "--configfile=/data/smb.conf"]