Skip to content

akit-jwits/plotly-dash-distroless-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Plotly Dash Minimal Sample with Distroless Docker

シンプルなPlotly Dashアプリケーションのサンプルです。Dockerのdistrolessイメージを使用してセキュアで軽量なコンテナを作成します。

ファイル構成

  • src/app.py: Dashアプリケーション本体
  • requirements.txt: Python依存関係
  • Dockerfile: マルチステージビルドでdistroless化

使用方法

Dockerコマンドで起動

# ビルド
docker build -t plotly-dash-minimal .

# 起動
docker run -p 8050:8050 plotly-dash-minimal

アクセス

ブラウザで http://localhost:8050 にアクセス

特徴

  • Google distrolessイメージ使用でセキュリティ向上
  • マルチステージビルドで最小サイズ
  • Python 3.11ベース

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published