free-gpt-api / Dockerfile
soiz's picture
Update Dockerfile
5f795e1 verified
raw
history blame
146 Bytes
# ベースイメージを選択
FROM docker:latest
# 作業ディレクトリを設定
WORKDIR /app
RUN -dp 3040:3040 pawanosman/chatgpt:latest