mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-21 19:03:08 +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}"
|
||||
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Resources/docker/app/Dockerfile
|
||||
image: pokeapi/pokeapi:master
|
||||
env_file: .env
|
||||
restart: "no"
|
||||
|
||||
|
|
Loading…
Reference in a new issue