Просмотр исходного кода

remove unncessary package, add build flag for docker compose

Tuan Nguyen 1 год назад
Родитель
Сommit
999445f53c
2 измененных файлов с 3 добавлено и 5 удалено
  1. 2 2
      docker-compose.yml
  2. 1 3
      requirements.txt

+ 2 - 2
docker-compose.yml

@@ -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

+ 1 - 3
requirements.txt

@@ -1,6 +1,4 @@
 flask
 pyserial
-numpy
-svgpathtools
 esptool
-tqdm
+tqdm