Skip to content

Commit

Permalink
2024 docker workshop fixes 2 (#32)
Browse files Browse the repository at this point in the history
* Small edits

* More clarifications
  • Loading branch information
dct0 committed May 1, 2024
1 parent f92e63d commit e31cada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2024-winter/introduction-to-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ You can run these commands in the terminal yourself and open it up at <http://lo

## Creating a Dockerfile

When creating a Dockerfile, it's essentially the same process as manually doing it. The only difference is that you're automating it in a file.
When creating a Dockerfile, it's essentially the same process as manually doing it. The only difference is that you're automating it in a file. Start by creating a new file called `Dockerfile` in the `apps/frontend` directory.

### Base image

Expand Down

0 comments on commit e31cada

Please sign in to comment.