dockerfile

This commit is contained in:
jiangyong27 2025-03-29 17:47:57 +08:00
parent 5e0557ca3e
commit cb08275dfd
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 start.sh /app && \
chmod +x /app/start.sh
RUN rm -rf /app/src
WORKDIR /app
EXPOSE 9283