Skip to content

Commit

Permalink
Detach web server
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Sep 26, 2024
1 parent d5a2ed2 commit 5113e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typesense-scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
name: nginx
image: nginx:latest
options: "-p 80:80"
options: "-d -p 80:80"
- name: Populate web server
run: docker cp snapshots nginx:/usr/share/ngnix/html
- name: test
Expand Down

0 comments on commit 5113e02

Please sign in to comment.