moved webui and updated poetry packages
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
web:
|
||||
image: visual_critical_discourse_analysis:test
|
||||
container_name: visual_critical_discourse_analysis_alone
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: ./web_ui/Dockerfile
|
||||
ports:
|
||||
- 8050:8050
|
||||
env_file:
|
||||
- ../server.env
|
||||
environment:
|
||||
- ENV=TEST
|
||||
Reference in New Issue
Block a user