Change ignored directory to forward slash

When using the backward slash I think it will only use on Windows? 

In my case I was on MacOS and the folders weren't ignored until I changed the slashes to be forward slash.
This commit is contained in:
Emad Alashi 2020-07-11 22:06:13 +10:00 committed by GitHub
parent 6c5f9996a9
commit 6338d9674c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ ENTRYPOINT ["dotnet", "aspnetapp.dll"]
to your project folder and copy the following into it.
```dockerignore
bin\
obj\
bin/
obj/
```
## Build and run the Docker image