fixed dockerfile location in final folder
This commit is contained in:
@@ -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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user