• This project
    • Loading...
  • Sign in

강희주 / Music_Recommendation_Website

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Music_Recommendation_Website
  • node_modules
  • crawler
  • Dockerfile
  • 강희주's avatar
    Update MelonChart Crawling file · 99181c74
    99181c74
    강희주 authored 2022-06-04 03:30:06 +0900
Dockerfile 265 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Use the official Docker images
# https://registry.hub.docker.com/_/node/
#
FROM node:9.3.0-stretch

RUN apt-get update

RUN apt-get install -y python3-pip python3-dev

RUN pip3 install --upgrade cffi
RUN pip3 install httpbin gunicorn


RUN npm install crawler -g