mirror of
https://gitee.com/blackfox/geekai.git
synced 2025-12-07 09:18:27 +08:00
chore: update bin file name
This commit is contained in:
parent
aa376f1737
commit
c120569894
@ -1,5 +1,5 @@
|
||||
SHELL=/usr/bin/env bash
|
||||
NAME := chatgpt-v3
|
||||
NAME := chatgpt-plus
|
||||
all: window linux darwin
|
||||
|
||||
|
||||
|
||||
@ -4,9 +4,9 @@ FROM alpine:3.18.2
|
||||
MAINTAINER yangjian<yangjian102621@163.com>
|
||||
|
||||
WORKDIR /var/www/app
|
||||
COPY ./api/bin/chatgpt-v3-amd64-linux /var/www/app
|
||||
COPY ./api/bin/chatgpt-plus-amd64-linux /var/www/app
|
||||
|
||||
EXPOSE 5678
|
||||
|
||||
# 容器启动时执行的命令
|
||||
CMD ["./chatgpt-v3-amd64-linux"]
|
||||
CMD ["./chatgpt-plus-amd64-linux"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user