Merge pull request '修改Dockerfile' (#6) from sysnix into master

Reviewed-on: #6
This commit is contained in:
sysnix 2024-03-05 04:47:03 +08:00
commit ce9be668cf
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