Pepguy commited on
Commit
57c09cf
·
verified ·
1 Parent(s): 172fb77

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
- FROM node:20
2
 
3
  # Install ffmpeg
4
- RUN apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
5
 
6
  # Create a non-root user with
7
  RUN useradd -m -u 2000 user
 
1
+ FROM node:19
2
 
3
  # Install ffmpeg
4
+ # RUN apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
5
 
6
  # Create a non-root user with
7
  RUN useradd -m -u 2000 user