We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c3139 commit 55b2ebcCopy full SHA for 55b2ebc
.github/workflows/docker-build-staging-prod.yaml
@@ -5,7 +5,7 @@ on:
5
paths:
6
- 'frontend/**'
7
branches:
8
- - release-please--branches--main--components--frontend
+ - release-please--branches--main--components--cryoet-data-portal-frontend
9
10
jobs:
11
argus_builder:
frontend/README.md
@@ -45,7 +45,7 @@ The npm script `dev` can be used for starting the data portal dev server:
45
pnpm dev
46
```
47
48
-## Run Docker Compose
+## Docker Compose
49
50
A docker compose file is provided for convenience in starting up and destroying frontend services during local development:
51
0 commit comments