File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,21 @@ Workshop description.
1313 mkdir -p ~ /Documents/daemon-labs/docker-aws-lambda
1414 ```
1515
16+ > [ !NOTE]
1617 > You can either create this via a terminal window or your file explorer.
1718
18- 2 . ** Open the new folder in your code editor**
19+ 3 . ** Open the new folder in your code editor**
1920
2021 > If you are using VSCode, we can now do everything from within the code editor.
2122
22- 3 . ** Create ` Dockerfile ` **
23+ 4 . ** Create ` Dockerfile ` **
2324 Add the following content:
2425
2526 ``` Dockerfile
2627 FROM public.ecr.aws/lambda/nodejs:22
2728 ```
2829
29- 4 . ** Create ` docker-compose.yaml ` **
30+ 5 . ** Create ` docker-compose.yaml ` **
3031 Add the following content to define your service:
3132
3233 ``` yaml
@@ -38,7 +39,7 @@ Workshop description.
3839
3940 > You'll also notice that we're mounting a volume, this is to ensure any generated files are saved back to your local host folder.
4041
41- 5 . **Initial image check**
42+ 6 . **Initial image check**
4243 - Run the following command
4344
4445 ` ` ` shell
You can’t perform that action at this time.
0 commit comments