We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3ec8c commit e4a6672Copy full SHA for e4a6672
.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
36
env:
37
DOWNLOADSWIFTORG_SERVER_NAME: local
38
run: |
39
- docker build -t swift-org-site ../../.
40
- docker run -p 4000:4000 -d --name website swift-org-site
+ docker compose -f ../../docker-compose.yaml run build
+ docker compose -f ../../docker-compose.yaml up website
41
swift run swiftorgClient
42
swift run downloadswiftorgClient
docker-compose.yaml
@@ -14,8 +14,6 @@
14
# docker-compose up website
15
#
16
17
-version: "2"
18
-
19
services:
20
21
docker-setup:
0 commit comments