fix: update build context in compose
This commit is contained in:
@@ -7,8 +7,8 @@ services:
|
||||
networks:
|
||||
- dokploy-network
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./apps/web/Dockerfile.new
|
||||
context: ..
|
||||
dockerfile: apps/web/Dockerfile.new
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
||||
@@ -7,8 +7,8 @@ services:
|
||||
networks:
|
||||
- dokploy-network
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./apps/web/Dockerfile
|
||||
context: ..
|
||||
dockerfile: apps/web/Dockerfile
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user