Skip to content

Commit

Permalink
Fix error run Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim authored Oct 25, 2024
1 parent d9cf593 commit 5dfe89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-crawler-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# Build your Docker image (replace 'oobee' and 'Dockerfile' with your image name and Dockerfile path)
docker build -t oobee .
# Run the Docker container (adjust any options as needed)
docker run -dit --name oobee-container oobee --add-host=docs.google.com:0.0.0.0 --add-host=assets.wogaa.sg:0.0.0.0
docker run -dit --name oobee-container --add-host=docs.google.com:0.0.0.0 --add-host=assets.wogaa.sg:0.0.0.0 oobee
# Ensure the Docker container is running before running the next step
continue-on-error: true

Expand Down

0 comments on commit 5dfe89e

Please sign in to comment.