Skip to content

Commit ed9c94b

Browse files
committed
Background and expose ports
1 parent 73680a4 commit ed9c94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
DOWNLOADSWIFTORG_SERVER_NAME: local
3838
run: |
3939
docker compose -f ../../docker-compose.yaml run build
40-
docker compose -f ../../docker-compose.yaml start website
40+
docker compose -f ../../docker-compose.yaml run -d -p 4000:4000 website
4141
swift run swiftorgClient
4242
swift run downloadswiftorgClient

0 commit comments

Comments
 (0)