feat: allow building image from docker compose

I don't know if this might have other implications (like whether or not it would default to pulling or building a newer image once you want to update),

but I found this useful when e.g. implementing a translation and the `yarn dev` thingie just didn't work, thus building the docker image right from `docker-compose build` or just `docker-compose up --build`.

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
pull/667/head
Kipras Melnikovas 2021-05-18 02:21:05 +03:00
parent 5ecaf5587b
commit ae74c4f64e
No known key found for this signature in database
GPG Key ID: AA505BC1C6D8AD90
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ version: '3'
services:
umami:
image: ghcr.io/mikecao/umami:postgresql-latest
build: .
ports:
- "3000:3000"
environment: