Spaces:
Sleeping
Sleeping
deveix
commited on
Commit
·
1dd3f57
1
Parent(s):
998e0cb
install ffmpeg
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -26,6 +26,7 @@ COPY --chown=user ./app $HOME/code/app
|
|
26 |
|
27 |
# Copy the code into the working directory
|
28 |
# COPY ./app /code/app
|
|
|
29 |
|
30 |
ENV PORT=8000
|
31 |
EXPOSE 8000
|
|
|
26 |
|
27 |
# Copy the code into the working directory
|
28 |
# COPY ./app /code/app
|
29 |
+
RUN apt-get install ffmpeg
|
30 |
|
31 |
ENV PORT=8000
|
32 |
EXPOSE 8000
|