This commit is contained in:
laodaming
2023-10-09 15:15:44 +08:00
parent d73d748436
commit 41949bef72
16 changed files with 53 additions and 14 deletions

View File

@@ -2,5 +2,7 @@ FROM alpine
WORKDIR /www/fusenapi/
COPY ./bin/api-canteen-srv /www/fusenapi/
COPY ./etc /www/fusenapi/etc
COPY ./env.yaml /opt/
COPY ./server.fusen.3718.cn.pem /opt/
COPY ./server.fusen.3718.cn.key /opt/
CMD ["/www/fusenapi/api-canteen-srv"]