We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8768307 commit 96ee2a1Copy full SHA for 96ee2a1
.devcontainer/devcontainer.json
@@ -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
0 commit comments