Skip to content

Commit

Permalink
Rename Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa committed Jan 16, 2024
1 parent fc97549 commit a2487a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/roadrunner-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
working-directory: /var/www/app

- name: Copy required content to dockerize the app
run: sudo cp -R Dockerfile.RoadRunner .dockerignore deployment/ /var/www/app/
run: sudo cp -R RoadRunner.Dockerfile .dockerignore deployment/ /var/www/app/

- name: Build image
run: docker build -t app:local -f Dockerfile.RoadRunner .
run: docker build -t app:local -f RoadRunner.Dockerfile .
working-directory: /var/www/app

- name: Run the Docker container
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/swoole-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
working-directory: /var/www/app

- name: Copy required content to dockerize the app
run: sudo cp -R Dockerfile.Swoole .dockerignore deployment/ /var/www/app/
run: sudo cp -R Swoole.Dockerfile .dockerignore deployment/ /var/www/app/

- name: Build image
run: docker build -t app:local -f Dockerfile.Swoole .
run: docker build -t app:local -f Swoole.Dockerfile .
working-directory: /var/www/app

- name: Run the Docker container
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a2487a7

Please sign in to comment.