From 36a676acb4670dbb7b47d3a86126240252e7d3c1 Mon Sep 17 00:00:00 2001 From: JianMiau Date: Fri, 12 Jan 2024 12:02:02 +0800 Subject: [PATCH] =?UTF-8?q?[mod]=20=E8=AA=AA=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index b740286..4f40055 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,11 @@ +# cd guesswhoiams +# git pull +# cd src/shared/protocols +# git pull +# cd ../../.. # sudo docker build -t guesswhoiams . + +# 後續查看容器 # sudo docker ps # sudo docker exec -it [Container ID] /bin/bash