mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
* 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 |