mirror of https://github.com/docker/docs.git
Make specified working directory match Dockerfile (#16686)
This commit is contained in:
parent
b35abe2a3d
commit
05d7522a8b
|
@ -155,7 +155,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0 as runtime
|
|||
Next, specify the working directory for this stage.
|
||||
|
||||
```dockerfile
|
||||
WORKDIR /app
|
||||
WORKDIR /publish
|
||||
```
|
||||
|
||||
Next, copy the /publish directory from the build-env stage into the runtime image.
|
||||
|
|
Loading…
Reference in New Issue