Merge pull request #14721 from craig-osterhout/gh-issue-14686

Fix for issue #14686 and #12662
This commit is contained in:
Craig Osterhout 2022-05-11 12:21:01 -07:00 committed by GitHub
commit afca1118f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ So, let's do it!
sh -c "yarn install && yarn run dev"
```
If you are using PowerShell then use this command:
If you are using Windows then use this command in PowerShell:
```powershell
PS> docker run -dp 3000:3000 `

View File

@ -66,7 +66,7 @@ For now, we will create the network first and attach the MySQL container at star
mysql:5.7
```
If you are using PowerShell then use this command.
If you are using Windows then use this command in PowerShell.
```powershell
PS> docker run -d `
@ -214,7 +214,7 @@ With all of that explained, let's start our dev-ready container!
sh -c "yarn install && yarn run dev"
```
If you are using PowerShell then use this command.
If you are using Windows then use this command in PowerShell.
```powershell
PS> docker run -dp 3000:3000 `