delete src

This commit is contained in:
jiangyong27 2025-03-13 20:26:44 +08:00
parent 8b17f74135
commit cdb2950ccc
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN export GOROOT=/usr/local/go1.23.1 && \
cp -r conf /app && \ cp -r conf /app && \
cp start.sh /app && \ cp start.sh /app && \
chmod +x /app/start.sh chmod +x /app/start.sh
RUN rm -rf /app/src
WORKDIR /app WORKDIR /app
EXPOSE 9283 EXPOSE 9283