mirror of https://github.com/docker/docs.git
fix variable name typo (#16255)
This commit is contained in:
parent
fef904be8d
commit
6479f8ce9c
|
|
@ -236,7 +236,7 @@ services:
|
||||||
The new `volumes` key mounts the project directory (current directory) on the
|
The new `volumes` key mounts the project directory (current directory) on the
|
||||||
host to `/code` inside the container, allowing you to modify the code on the
|
host to `/code` inside the container, allowing you to modify the code on the
|
||||||
fly, without having to rebuild the image. The `environment` key sets the
|
fly, without having to rebuild the image. The `environment` key sets the
|
||||||
`FLASK_ENV` environment variable, which tells `flask run` to run in development
|
`FLASK_DEBUG` environment variable, which tells `flask run` to run in development
|
||||||
mode and reload the code on change. This mode should only be used in development.
|
mode and reload the code on change. This mode should only be used in development.
|
||||||
|
|
||||||
## Step 6: Re-build and run the app with Compose
|
## Step 6: Re-build and run the app with Compose
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue