Movatterモバイル変換


[0]ホーム

URL:


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

Commit5adb53c

Browse files
authored
Merge pull request#110 from hekailiang/hekailiang/gitpod-setup
Add gitpod config
2 parents92bd50e +40bb560 commit5adb53c

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

‎.gitpod.Dockerfile‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
FROM gitpod/workspace-mysql
2+
3+
USER gitpod
4+
5+
# Install custom tools, runtime, etc. using apt-get
6+
# For example, the command below would install "bastet" - a command line tetris clone:
7+
#
8+
RUN sudo apt-get -q update
9+
RUN bash -c". /home/gitpod/.sdkman/bin/sdkman-init.sh"
10+
RUN bash -c"echo y | sdk install java 8.0.242-zulu"
11+
#
12+
# More information: https://www.gitpod.io/docs/config-docker/

‎.gitpod.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tasks:
2+
-init:cd /workspace/squirrel/squirrel-foundation && mvn clean install
3+
command:echo "Replace me with something that should run on every start, or just
4+
remove me entirely."
5+
image:custom

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/hekailiang/squirrel)
2+
13
squirrel-foundation
24
========
35

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp