Mythus commited on
Commit
c006a0d
·
verified ·
1 Parent(s): 364a770

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -12
Dockerfile CHANGED
@@ -14,18 +14,6 @@ ENV TMDB_KEY\
14
 
15
  # Install any needed packages specified in requirements.txt
16
  RUN pip install --no-cache-dir -r requirements.txt
17
- RUN pip install -U cfscrape
18
-
19
- RUN apt-get update && \
20
- apt-get install -y curl && \
21
- curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
22
- apt-get install -y nodejs && \
23
- apt-get remove -y curl && \
24
- apt-get -y autoclean
25
-
26
- # Check Node.js was installed
27
- RUN node -v
28
- RUN npm -v
29
  #EXPOSE the port
30
  EXPOSE 8080
31
 
 
14
 
15
  # Install any needed packages specified in requirements.txt
16
  RUN pip install --no-cache-dir -r requirements.txt
 
 
 
 
 
 
 
 
 
 
 
 
17
  #EXPOSE the port
18
  EXPOSE 8080
19