Skip to content

Commit 8dcbfac

Browse files
Merge pull request #31 from TinasheMTapera/develop
Develop
2 parents abaf521 + 42cb64c commit 8dcbfac

File tree

9 files changed

+656
-0
lines changed

9 files changed

+656
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
3+
{
4+
"name": "Existing Dockerfile",
5+
"build": {
6+
// Sets the run context to one level up instead of the .devcontainer folder.
7+
"context": "..",
8+
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
9+
"dockerfile": "../Dockerfile"
10+
}
11+
12+
// Features to add to the dev container. More info: https://containers.dev/features.
13+
// "features": {},
14+
15+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
16+
// "forwardPorts": [],
17+
18+
// Uncomment the next line to run commands after the container is created.
19+
// "postCreateCommand": "cat /etc/os-release",
20+
21+
// Configure tool-specific properties.
22+
// "customizations": {},
23+
24+
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
25+
// "remoteUser": "devcontainer"
26+
}

_posts/newsletters/2025-06-30-newsletter.md

Lines changed: 630 additions & 0 deletions
Large diffs are not rendered by default.
137 KB
Loading
110 KB
Loading
433 KB
Loading
96 KB
Loading
467 KB
Loading
153 KB
Loading
198 KB
Loading

0 commit comments

Comments
 (0)