测试部署
This commit is contained in:
parent
6cc88a7141
commit
12c533c4b6
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue