测试部署

This commit is contained in:
suguo.yao 2022-10-15 10:08:05 +08:00
parent 6cc88a7141
commit 12c533c4b6
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ ENV TZ=Asia/Shanghai \
APP_DIR=/usr/local/go_found
COPY --from=builder /app/gofound ${APP_DIR}/gofound
COPY --from=builder /app/config.yaml ${APP_DIR}/config.yaml
WORKDIR ${APP_DIR}