fixed dockerfile location in final folder
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: ..
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: linumiq-invoice:dev
|
||||
container_name: linumiq-invoice-dev
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: ..
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: linumiq-invoice:prod
|
||||
container_name: linumiq-invoice-prod
|
||||
|
||||
Reference in New Issue
Block a user