pachet commited on
Commit
192bcb5
·
1 Parent(s): 6169d9d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -28,4 +28,6 @@ WORKDIR /app
28
  COPY . .
29
  COPY example.mei .
30
 
 
 
31
  CMD ["python3", "app.py"]
 
28
  COPY . .
29
  COPY example.mei .
30
 
31
+ RUN which fluidsynth && fluidsynth --version || echo "❌ Fluidsynth not found"
32
+
33
  CMD ["python3", "app.py"]