mirror of https://github.com/docker/docs.git
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:
parent
6c5f9996a9
commit
6338d9674c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue