Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
Use Node.js LTS (Buster) as the base image
|
| 2 |
FROM node:lts-buster
|
| 3 |
|
| 4 |
# Install FFmpeg, ImageMagick, and other essential tools
|
|
|
|
| 1 |
+
# Use Node.js LTS (Buster) as the base image
|
| 2 |
FROM node:lts-buster
|
| 3 |
|
| 4 |
# Install FFmpeg, ImageMagick, and other essential tools
|