Browse Source

🐛: fix Dockerfile.yml.template

ulyc 2 years ago
parent
commit
fdb3b03467
1 changed files with 1 additions and 1 deletions
  1. 1 1
      template/Dockerfile.template

+ 1 - 1
template/Dockerfile.template

@@ -2,7 +2,7 @@ FROM sr.ht-base:dev
 COPY ./start.sh /
 
 RUN apk add  {{MODULES}}
-COMMAND ["./start.sh"]
+CMD ["./start.sh"]