fix(techdocs-cli): use published techdocs docker container

This commit is contained in:
Emma Indal
2020-07-21 11:57:20 +02:00
parent 0169c34693
commit bf8f6c26aa
+1 -1
View File
@@ -68,7 +68,7 @@ const runMkdocsServer = (options?: {
'$(pwd):/content',
'-p',
'8000:8000',
'mkdocs:local-dev',
'spotify/techdocs',
'serve',
'-a',
devAddr,