Skip to content

Commit

Permalink
Gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuelramallo committed Aug 19, 2022
1 parent c78bbeb commit 22b357c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gitpod/workspace-ruby-3.1
FROM gitpod/workspace-postgres
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
tasks:
- init: yarn install && yarn run build && yarn run build:css
command: bin/setup
ports:
- port: 3000
onOpen: open-preview
- port: 5432
onOpen: ignore
image:
file: .gitpod.dockerfile

0 comments on commit 22b357c

Please sign in to comment.