Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mojojoji committed Nov 21, 2023
0 parents commit 0154ac5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build dev container image
on:
push:
branches:
- '*'

jobs:
build-devcontainer-image:
name: Release Please
runs-on: default-runner-csb
timeout-minutes: 30
steps:
- name: Pre-build dev container image
uses: devcontainers/ci@v0.3
with:
subFolder: typescript-node
imageName: ghcr.io/codesandbox/devcontainers/typescript-node
cacheFrom: ghcr.io/codesandbox/devcontainers/typescript-node
push: always
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Devcontainer images for CodeSandbox
8 changes: 8 additions & 0 deletions typescript-node/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "CodeSandbox Typescript Node.js",
"image": "mcr.microsoft.com/devcontainers/typescript-node:20",
"features": {
"ghcr.io/codesandbox/devcontainer-features/codesandbox:0.1.4": {}
},
"remoteUser": "root"
}

0 comments on commit 0154ac5

Please sign in to comment.