diff --git a/_includes/gs/docker_gs.html b/_includes/gs/docker_gs.html index f197f58d..ea787702 100644 --- a/_includes/gs/docker_gs.html +++ b/_includes/gs/docker_gs.html @@ -19,7 +19,7 @@

Run the container using dotnet base image

-
2
+
3

Initialize some code

Now that you are in a running container, let's initialize a sample Hello World application!

@@ -33,7 +33,7 @@

Initialize some code

-
3
+
4

Run the application

After the init command, the only thing we need is to restore the dependencies and run the application.