Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions get-started/part2.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,16 @@ you have.
We are ready to build the app. Make sure you are still at the top level of your
new directory. Here's what `ls` should show:

Linux
```shell
$ ls
Dockerfile app.py requirements.txt
```

Windows Explorer

![Windows folder structure](/images/get_started_part2_folder_structure.JPG)

Now run the build command. This creates a Docker image, which we're going to
name using the `--tag` option. Use `-t` if you want to use the shorter option.

Expand Down
Binary file added images/get_started_part2_folder_structure.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.