修改Dockerfile

This commit is contained in:
sysnix 2024-03-05 04:46:38 +08:00
parent a37aa6db0a
commit ec5a5e7031
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ RUN mkdir /app
WORKDIR /app WORKDIR /app
COPY Blog . COPY Blog .
COPY conf . COPY conf .
COPY assets .
COPY template .
EXPOSE 8088 EXPOSE 8088
RUN chmod 777 Blog RUN chmod 777 Blog
CMD ./Blog CMD ./Blog