Update Dockerfile and Compose
This commit is contained in:
@@ -2,8 +2,9 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
app:
|
app:
|
||||||
build: .
|
build:
|
||||||
dockerfile: Dockerfile
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
image: test-app:latest
|
image: test-app:latest
|
||||||
container_name: test-app
|
container_name: test-app
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user