From 1b73fd8153536ff6d34f39aada07d6f16a3bde7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Ralph?= Date: Sat, 8 Apr 2023 17:01:34 -0300 Subject: [PATCH] specify to cd into directory after git clone --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d4dc9e..870f7d7 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ The link to access the app will be printed on your terminal. Copy it and open it You can run Swing in a Docker container. To do so, clone the repository and build the image: git clone https://github.com/swing-opensource/swingmusic.git --depth 1 + cd swingmusic docker build . -t swingmusic Then create the container. Here are some example snippets to help you get started creating a container.