Skip to content

Commit 43a45d9

Browse files
Update tutorial-custom-docker-image.md
1 parent a6a85dd commit 43a45d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/containers/tutorial-custom-docker-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cd docker-django-webapp-linux
4545

4646
## Build the image from the Docker file
4747

48-
In the Git repository, take a look at _Dockerfile_. This file describes the Python environment that is required to run your application. Additionally, the image sets up an [SSH](https://www.ssh.com/ssh/protocol/) server for secure communication between the container and the host. The script `init.sh` starts the SSH service and Python server.
48+
In the Git repository, take a look at _Dockerfile_. This file describes the Python environment that is required to run your application. Additionally, the image sets up an [SSH](https://www.ssh.com/ssh/protocol/) server for secure communication between the container and the host. The last line in the _Dockerfile_, `ENTRYPOINT ["init.sh"]`, invokes `init.sh` to start the SSH service and Python server.
4949

5050
```Dockerfile
5151
FROM python:3.4

0 commit comments

Comments
 (0)