Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kla committed Jun 2, 2024
1 parent 5ee9c30 commit e9eb29a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"main": "src/index",
"type": "module",
"dependencies": {
"@devcontainers/cli": "^0.62.0",
"@octokit/rest": "^20.1.1",
"@types/node": "^20.12.12",
"axios": "^1.7.2",
Expand Down
7 changes: 5 additions & 2 deletions services/rails_app/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"image": "ubuntu:24.04",
"name": "rails_app",
"service": "rails_app",
"dockerComposeFile": "docker-compose.yaml",
"features": {
"ghcr.io/devcontainers/features/git": {},
"ghcr.io/devcontainers/features/ruby": { "version": "3.3.0-preview3" }
"ghcr.io/devcontainers/features/ruby": {},
"ghcr.io/devcontainers/features/sshd": {}
}
}
7 changes: 7 additions & 0 deletions services/rails_app/.devcontainer/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
rails_app:
image: ubuntu:latest
command: sleep infinity
container_name: rails_app
volumes:
- ./:/workspaces/rails_app

0 comments on commit e9eb29a

Please sign in to comment.