We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See: https://www.gitpod.io/docs/config-gitpod-file/
The text was updated successfully, but these errors were encountered:
.gitpod.yml
image: file: .gitpod.dockerfile tasks: - init: . ${GITPOD_REPO_ROOT}/init_tasks.sh - openMode: tab-before - command: > echo "export C9_USER='gitpod'" >> /home/gitpod/.bashrc - command: > rm ${GITPOD_REPO_ROOT}/init_tasks.sh ${GITPOD_REPO_ROOT}/.gitpod*
.gitpod.Dockerfile
FROM gitpod/workspace-full USER gitpod RUN sudo apt-get -q update
Sorry, something went wrong.
image: gitpod/workspace-full ports: - port: 6080 onOpen: open-preview - port: 35900 onOpen: ignore - port: 5900 onOpen: ignore - port: 8080 onOpen: open-preview github: prebuilds: pullRequestsFromForks: true tasks: - init: > make deps && make build && make clean - command: python3 -m http.server 8080 name: Static Server - openMode: split-right command: echo SplitTerminal - openIn: left command: echo LeftPanelTerminal vscode: extensions: - [email protected]:auCYfQ5pnsZ6Cjf4ZxkAtA== - [email protected]:VNmQN1OhYwV60u8C6agP7g== - [email protected]:eP3hU/MFme+CcSL21Klk1w==
kenorb
No branches or pull requests
See: https://www.gitpod.io/docs/config-gitpod-file/
The text was updated successfully, but these errors were encountered: