mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-20 19:30:41 -05:00
8ad4ba0f77
* Initialized Gitpod tested scripts * ignored ports 1025 and 8025 * added website dev environment * removed api and error tasks and prioritized web task to be shown first
6 lines
119 B
Docker
6 lines
119 B
Docker
FROM gitpod/workspace-full
|
|
|
|
# Install custom tools, runtime, etc.
|
|
RUN brew install yq
|
|
|
|
RUN pnpm install turbo --global |