mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
chore: use image
This commit is contained in:
parent
b211af4ce9
commit
c991adfd82
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@ services:
|
||||||
POSTGRES_USER: "${POSTGRES_USER}"
|
POSTGRES_USER: "${POSTGRES_USER}"
|
||||||
|
|
||||||
app:
|
app:
|
||||||
build:
|
image: pokeapi/pokeapi:master
|
||||||
context: .
|
|
||||||
dockerfile: ./Resources/docker/app/Dockerfile
|
|
||||||
env_file: .env
|
env_file: .env
|
||||||
restart: "no"
|
restart: "no"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue