Skip to content

Commit 96ee2a1

Browse files
Configure devcontainer
1 parent 8768307 commit 96ee2a1

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Tripal.info Jekyll Site",
3+
"image": "ruby:3.3",
4+
5+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
6+
// "forwardPorts": [],
7+
8+
// Uncomment the next line to run commands after the container is created.
9+
"postCreateCommand": "gem update bundler",
10+
"postStartCommand": "bundle"
11+
12+
// Configure tool-specific properties.
13+
// "customizations": {},
14+
15+
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
16+
// "remoteUser": "root"
17+
}

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)