1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

fix: 🏗️ add context back as it is the default an no context does not work

This commit is contained in:
HannesOberreiter 2025-05-23 10:01:28 +02:00
parent 61d48146d3
commit 3308f66905

View file

@ -1,6 +1,7 @@
services:
planka-server:
build:
context: .
dockerfile: Dockerfile.dev
image: planka-dev
pull_policy: never