You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .devcontainer/Dockerfile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,5 @@ RUN echo 'first_workspace=\"$(cd /workspaces && ls | head -1)\"; alias serve="do
36
36
RUN echo 'first_workspace=\"$(cd /workspaces && ls | head -1)\"; alias snippets="dotnet test /workspaces/$first_workspace/docs/snippets/Snippets.sln"' >> ~/.bashrc
37
37
38
38
# We load the latest NUnit apidocs at start in case they're needed later
39
-
RUN echo 'bash /get-nunit-apidocs.sh' >> ~/.bashrc
39
+
RUN echo 'alias apidocs="bash /get-nunit-apidocs.sh"' >> ~/.bashrc
0 commit comments