位置错了

This commit is contained in:
suguo.yao 2022-10-30 14:56:51 +08:00
parent 04d2f294ae
commit 83301d29ee
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ LABEL "email"="ysg@myschools.me"
ENV APP_DIR=/app \
MYSQL_DSN="root:SG1231@tcp(127.0.0.1:3306)/site?charset=utf8mb4&parseTime=True&loc=Local"
COPY gofound ${APP_DIR}/gofound
COPY /app/gofound ${APP_DIR}/gofound
WORKDIR ${APP_DIR}