|
|
@@ -1,6 +1,6 @@
|
|
|
services:
|
|
|
flask-app:
|
|
|
- # build: . # Uncomment this if you need to build
|
|
|
+ build: . # Uncomment this if you need to build
|
|
|
image: ghcr.io/tuanchris/dune-weaver:main # Use latest production image
|
|
|
restart: always
|
|
|
ports:
|
|
|
@@ -12,4 +12,4 @@ services:
|
|
|
privileged: true
|
|
|
environment:
|
|
|
- FLASK_ENV=development # Set environment variables for Flask
|
|
|
- container_name: flask-theta-rho-app
|
|
|
+ container_name: flask-theta-rho-app
|