fix load
This commit is contained in:
+3
-2
@@ -3,11 +3,12 @@ services:
|
||||
digifi-bko:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
#dockerfile: docker/Dockerfile
|
||||
# dockerfile: Dockerfile
|
||||
dockerfile: docker/Dockerfile
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 6032:4173
|
||||
- 6033:5173
|
||||
working_dir: /usr/src/app
|
||||
volumes:
|
||||
- ./:/usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user