set context for linumiq.com deployment

This commit is contained in:
Gerhard Scheikl
2026-05-08 22:07:38 +02:00
parent bbb2cdc94a
commit 64dbdcbc6f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
services: services:
app: app:
build: build:
context: . context: /docker/linumiq-invoice/git/
dockerfile: Dockerfile dockerfile: Dockerfile
image: linumiq-invoice:dev image: linumiq-invoice:dev
container_name: linumiq-invoice-dev container_name: linumiq-invoice-dev
+1 -1
View File
@@ -1,7 +1,7 @@
services: services:
app: app:
build: build:
context: . context: /docker/linumiq-invoice/git/
dockerfile: Dockerfile dockerfile: Dockerfile
image: linumiq-invoice:prod image: linumiq-invoice:prod
container_name: linumiq-invoice-prod container_name: linumiq-invoice-prod