fix(ci): avoid rebuilding email example image (#1400)
This commit is contained in:
@@ -5,7 +5,7 @@ This example sends plain-text email with [`sqlpage.send_mail`](https://sql-page.
|
||||
Run the example:
|
||||
|
||||
```sh
|
||||
docker compose up --build
|
||||
docker compose -f docker-compose.yml -f docker-compose.local.yml up --build
|
||||
```
|
||||
|
||||
This builds SQLPage from the current repository checkout before starting the example.
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: ../..
|
||||
args:
|
||||
CARGO_PROFILE: dev
|
||||
@@ -1,10 +1,6 @@
|
||||
services:
|
||||
web:
|
||||
image: lovasoa/sqlpage:main
|
||||
build:
|
||||
context: ../..
|
||||
args:
|
||||
CARGO_PROFILE: dev
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user