mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-01 19:48:17 +08:00
c691eb9aa7
* update gitpod support * fix gitpod button * change base image * try update port * fix build issue * improve port Co-authored-by: James Yeung <shunjiey@hotmail.com>
20 lines
603 B
YAML
20 lines
603 B
YAML
# This configuration file was automatically generated by Gitpod.
|
|
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
|
|
# and commit this file to your remote git repository to share the goodness with others.
|
|
image: gitpod/workspace-dotnet
|
|
tasks:
|
|
- init: |
|
|
npm install
|
|
command: |
|
|
dotnet build ./site/AntDesign.Docs.Build/AntDesign.Docs.Build.csproj
|
|
npm run start
|
|
ports:
|
|
- port: 5000
|
|
visibility: public
|
|
onOpen: open-browser
|
|
- port: 5001
|
|
visibility: public
|
|
onOpen: ignore
|
|
- port: 30000-60000
|
|
visibility: public
|
|
onOpen: ignore |