Skip to content

Commit 19788bb

Browse files
authored
Update workshop instructions for clarity and order
1 parent 879f060 commit 19788bb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

WORKSHOP.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)