Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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"]
|