컨테이너 포트매핑 추가하여 재생성


  1. docker hub에서 hkleeee/9to6:5.0 이미지로 새로 컨테이너 빌드하기!

Docker Hub

  1. 기존 컨테이너에서 진행

Install

apt update

apt install -y systemd

apt install redis-server

pip install flask-celery

pip install redis

[4.0이미지로 새로 만들었다면]

pip install flask_cors bcrypt jwt

apt update

add-apt-repository ppa:savoury1/ffmpeg5