Skip to content

Commit

Permalink
Update install-dockerfile-and-check-ssl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jul 1, 2024
1 parent 98b269b commit 739d4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-dockerfile-and-check-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: sudo systemctl restart docker

- name: Build Docker image
run: docker build --restart=always -f docker/Dockerfile_Process --network=host -t antmediaserver --build-arg LicenseKey="${{ secrets.ENTERPRISE_LICENSE }}" .
run: docker build -f docker/Dockerfile_Process --network=host -t antmediaserver --build-arg LicenseKey="${{ secrets.ENTERPRISE_LICENSE }}" .

- name: Run Docker container
run: docker run -d --name antmedia --network=host -it antmediaserver
run: docker run --restart=always -d --name antmedia --network=host -it antmediaserver

# - name: Clone branch
# run: |
Expand Down

0 comments on commit 739d4d3

Please sign in to comment.