From 256adff870d9c9b05f717ebdb46d3d1e41be517f Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Thu, 7 Apr 2022 22:54:17 +0700 Subject: [PATCH] add unit config file to container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2651d0e..eff87f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,5 +93,5 @@ COPY start.py / COPY runklipper.py / COPY start.sh / COPY printer.cfg / - +COPY unitconfig.json / CMD bash /start.sh