Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b8072bd

Browse files
enable custom gitpod
1 parent 8afc719 commit b8072bd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

‎.gitpod.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM gitpod/workspace-mongodb
2+
3+
USER gitpod

‎.gitpod.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tasks:
2+
- init: echo "Replace me with a build script for the project."
3+
command: mkdir -p /workspace/data && mongod --dbpath /workspace/data
4+
image:
5+
file: .gitpod.Dockerfile

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /