Update Dockerfile

This commit is contained in:
Adam Outler 2024-11-16 00:51:11 +00:00
parent 1a91cbc8cc
commit 3444bc50ad

View File

@ -15,7 +15,7 @@
FROM alpine:latest FROM alpine:latest
RUN apk add python3 py3-pip \ RUN apk add python3 py3-pip \
&& pip3 install openai\ && pip3 install openai requests\
&& mkdir /app && mkdir /app
COPY src/aidgaf /app/aidgaf COPY src/aidgaf /app/aidgaf
EXPOSE 8087 EXPOSE 8087