From 0e3425702b855bb7d93eaa22ee136edd1d17a275 Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Sat, 3 Jun 2023 19:25:36 +0700 Subject: [PATCH] Tes change hostname --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b0606283..a3468a46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ # Base Docker FROM yasirarism/misskaty-docker:latest +RUN hostname yasirvps COPY . . # Set CMD Bot CMD ["bash", "start.sh"]