chore: se extrae image a Dockerfile
This commit is contained in:
parent
1bbf058a3d
commit
41533230ed
1
Dockerfile
Normal file
1
Dockerfile
Normal file
@ -0,0 +1 @@
|
|||||||
|
FROM python:3.9-bullseye
|
@ -3,7 +3,8 @@ include:
|
|||||||
- compose.base.yml
|
- compose.base.yml
|
||||||
services:
|
services:
|
||||||
app.dev:
|
app.dev:
|
||||||
image: python:3.9
|
build:
|
||||||
|
context: .
|
||||||
environment:
|
environment:
|
||||||
- DB_CACHE=/tmp
|
- DB_CACHE=/tmp
|
||||||
- DB_NAME=trytontest
|
- DB_NAME=trytontest
|
||||||
|
@ -3,7 +3,8 @@ include:
|
|||||||
- compose.base.yml
|
- compose.base.yml
|
||||||
services:
|
services:
|
||||||
app.dev:
|
app.dev:
|
||||||
image: python:3.9
|
build:
|
||||||
|
context: .
|
||||||
depends_on:
|
depends_on:
|
||||||
- db.dev
|
- db.dev
|
||||||
command: bash .dev/run.sh
|
command: bash .dev/run.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user