This commit is contained in:
jiangyong27 2025-03-13 20:19:07 +08:00
parent aa01d57bcc
commit b7dd3c9dfe
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM registry.cn-shanghai.aliyuncs.com/devcon/godev:v1.0.19
ADD . /app/src
WORKDIR /app/src
#ADD . /app/src
#WORKDIR /app/src
WORKDIR .
RUN mkdir -p /app/bin /app/log
RUN export GOROOT=/usr/local/go1.23.1 && \