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