fixed dockerfile location in final folder

This commit is contained in:
Gerhard Scheikl
2026-05-08 22:02:01 +02:00
parent e865bc5985
commit bbb2cdc94a
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: .
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: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: linumiq-invoice:prod image: linumiq-invoice:prod
container_name: linumiq-invoice-prod container_name: linumiq-invoice-prod