fix docker command
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m11s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m11s
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy locally
|
- name: Deploy locally
|
||||||
run: |
|
run: |
|
||||||
docker-compose stop app
|
docker compose stop app
|
||||||
docker-compose rm -f app
|
docker compose rm -f app
|
||||||
docker load --input /tmp/image.tar
|
docker load --input /tmp/image.tar
|
||||||
docker-compose up -d --no-deps app
|
docker compose up -d --no-deps app
|
||||||
Reference in New Issue
Block a user