chore: use image

This commit is contained in:
Naramsim 2024-01-09 21:12:46 +01:00
parent b211af4ce9
commit c991adfd82

View file

@ -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"