This commit is contained in:
jiangyong27 2025-03-13 20:11:57 +08:00
parent 7f7cc19059
commit 42ce30a033
1 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,13 @@ WORKDIR /app/src
RUN mkdir -p /app/bin /app/log
RUN export GOROOT=/usr/local/go1.23.1 && \
export GOPROXY=https://goproxy.cn && \
export GOPRIVATE=gitlab.batiao8.com && \
export PATH=$PATH:$GOROOT/bin && \
cp -r conf /app && \
cp start.sh /app && \
chmod +x /app/start.sh
WORKDIR /app
EXPOSE 9283