This commit is contained in:
2026-03-02 20:19:21 +01:00
parent 061f6173f3
commit 1ca7545ac7
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ RUN chmod +x ./entrypoint.sh
RUN curl -fLo install.sh https://raw.githubusercontent.com/cosmtrek/air/master/install.sh \
&& chmod +x install.sh && sh install.sh && cp ./bin/air /bin/air
CMD "./entrypoint.sh"
CMD ["./entrypoint.sh"]