Files
autogen/.devcontainer/Dockerfile
Kosta Petan baabd413eb Update docs (#11)
* docs update WIP

* getting started guide updated

* update getting started guide

* clarify github app creation

* add webhook secret to getting started guide and gh-flow app

* restructure Readme

* fix the Organization assumption

* add mermaid diagram of the event flow

* devtunnel feature to devcontainer

* throw all the exceptions and add the history to the prompt

* Update github-flow.md

* update readme
2024-03-14 16:29:23 +01:00

7 lines
270 B
Docker

FROM mcr.microsoft.com/devcontainers/dotnet:8.0
# Install the xz-utils package
# RUN apt-get update && apt-get install -y xz-utils ca-certificates curl gnupg
# RUN curl -fsSL https://aka.ms/install-azd.sh | bash
# RUN curl -sL https://aka.ms/DevTunnelCliInstall | bash