This commit is contained in:
jiangyong27 2025-03-13 20:15:41 +08:00
parent 60da152f88
commit aa01d57bcc
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM registry.cn-shanghai.aliyuncs.com/devcon/godev:v1.0.19
#ADD . /app/src
#WORKDIR /app/src
ADD . /app/src
WORKDIR /app/src
RUN mkdir -p /app/bin /app/log