This commit is contained in:
cookeem
2023-03-22 23:05:24 +08:00
parent 3315e5940f
commit ff2410ebea
2 changed files with 4 additions and 4 deletions

View File

@@ -2,11 +2,11 @@ FROM alpine:3.15.3
LABEL maintainer="cookeem"
LABEL email="cookeem@qq.com"
LABEL version="v1.0.2"
LABEL version="v1.0.3"
RUN adduser -h /chatgpt-service -u 1000 -D dory
COPY chatgpt-service /chatgpt-service/
WORKDIR /chatgpt-service
USER dory
# docker build -t doryengine/chatgpt-service:v1.0.2-alpine .
# docker build -t doryengine/chatgpt-service:v1.0.3-alpine .

View File

@@ -1,7 +1,7 @@
version: "3"
services:
chatgpt-stream:
image: "doryengine/chatgpt-stream:v1.0.2"
image: "doryengine/chatgpt-stream:v1.0.3"
hostname: chatgpt-stream
container_name: chatgpt-stream
ports:
@@ -11,7 +11,7 @@ services:
- chatgpt-service
restart: always
chatgpt-service:
image: "doryengine/chatgpt-service:v1.0.2-alpine"
image: "doryengine/chatgpt-service:v1.0.3-alpine"
hostname: chatgpt-service
container_name: chatgpt-service
ports: