Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: Gitpod for Next.js (#1966)
Browse files Browse the repository at this point in the history
* chore: update gitpod.yml

* chore: update gitpod.yml
  • Loading branch information
Cahllagerfeld committed Oct 14, 2022
1 parent 92d8098 commit 7c06597
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
13 changes: 7 additions & 6 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- name: Install npm depdencies
init: npm i
command: |
gp await-port 27017
mv .env.example .env
gp ports await 27017
npm run dev
- name: Docker
- name: Mongo
command: |
docker-compose up
mkdir -p /workspace/data && mongod --dbpath /workspace/data
github:
prebuilds:
Expand All @@ -19,9 +21,8 @@ github:
addComment: false
addBadge: true

image:
file: .gitpod.dockerfile
image: gitpod/workspace-mongodb

vscode:
extensions:
- "asciidoctor.asciidoctor-vscode"
- bradlc.vscode-tailwindcss
6 changes: 0 additions & 6 deletions docker-compose.yml

This file was deleted.

0 comments on commit 7c06597

Please sign in to comment.