Skip to content

Commit

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

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

- name: Build image
run: docker build -t app:local -f Dockerfile.RoadRunner .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swoole-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
working-directory: /var/www/app

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

- name: Build image
run: docker build -t app:local -f Dockerfile.Swoole .
Expand Down

0 comments on commit c1f75ff

Please sign in to comment.