mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-06 17:23:42 +08:00
feat: merge mysql and redis docker service to docker-compose.yaml file
This commit is contained in:
12
build/dockerfile-api-go
Normal file
12
build/dockerfile-api-go
Normal file
@@ -0,0 +1,12 @@
|
||||
# GO api docker 镜像创建
|
||||
FROM alpine:3.18.2
|
||||
|
||||
MAINTAINER yangjian<yangjian102621@163.com>
|
||||
|
||||
WORKDIR /var/www/app
|
||||
COPY ./api/bin/chatgpt-plus-amd64-linux /var/www/app
|
||||
|
||||
EXPOSE 5678
|
||||
|
||||
# 容器启动时执行的命令
|
||||
CMD ["./chatgpt-plus-amd64-linux"]
|
||||
Reference in New Issue
Block a user