chore: se extrae image a Dockerfile

This commit is contained in:
Jovany Leandro G.C bit4bit@riseup.net 2023-08-01 17:45:29 -05:00
parent 1bbf058a3d
commit 41533230ed
3 changed files with 5 additions and 2 deletions

1
Dockerfile Normal file
View File

@ -0,0 +1 @@
FROM python:3.9-bullseye

View File

@ -3,7 +3,8 @@ include:
- compose.base.yml
services:
app.dev:
image: python:3.9
build:
context: .
environment:
- DB_CACHE=/tmp
- DB_NAME=trytontest

View File

@ -3,7 +3,8 @@ include:
- compose.base.yml
services:
app.dev:
image: python:3.9
build:
context: .
depends_on:
- db.dev
command: bash .dev/run.sh