Skip to content

Commit

Permalink
Merge pull request #261 from SwikritiT/patch-1
Browse files Browse the repository at this point in the history
fix typo in section-4.md
  • Loading branch information
mluukkai authored Jun 16, 2024
2 parents 774861b + 6c5842c commit c09d7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/part-3/section-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ It's important to keep in mind that if not specified, the tag `:latest` simply r

As you may have guessed, you shall now return to the frontend and backend from the previous exercise.

Change the base image in FROM to something more suitable. To avoid the extra hassle, it is a good idea to use a pre-installed image for both [Node.js](https://hub.docker.com/_/node) and [Goland](https://hub.docker.com/_/golang). Both should have at least Alpine variants ready in DockerHub.
Change the base image in FROM to something more suitable. To avoid the extra hassle, it is a good idea to use a pre-installed image for both [Node.js](https://hub.docker.com/_/node) and [Golang](https://hub.docker.com/_/golang). Both should have at least Alpine variants ready in DockerHub.

Note that the frontend requires Node.js version 16 to work, so you must search for a bit older image.

Expand Down

0 comments on commit c09d7a9

Please sign in to comment.