chore: se extrae image a Dockerfile
This commit is contained in:
1
Dockerfile
Normal file
1
Dockerfile
Normal file
@@ -0,0 +1 @@
|
||||
FROM python:3.9-bullseye
|
||||
@@ -3,7 +3,8 @@ include:
|
||||
- compose.base.yml
|
||||
services:
|
||||
app.dev:
|
||||
image: python:3.9
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
- DB_CACHE=/tmp
|
||||
- DB_NAME=trytontest
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user