Skip to content

To get up to speed on the latest and viral songs with Spotify

Notifications You must be signed in to change notification settings

hellomyzn/new-tracks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-python-handson

Based on https://qiita.com/jhorikawa_err/items/fb9c03c0982c29c5b6d5

Docker Command

# build
$ docker-compose up -d --build

# down
$ docker-compose down

Into to container

# python3 server
$ docker-compose exec python3 bash

test

# Hello world
$ docker compose exec python3 python src/sample.py

Ruine the world

$  docker-compose down --rmi all --volumes --remove-orphans 

About

To get up to speed on the latest and viral songs with Spotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages