修改dockerfile #8

Merged
sysnix merged 1 commits from sysnix into master 2024-03-05 05:41:46 +08:00
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ FROM alpine:3.18.4
RUN mkdir /app
WORKDIR /app
COPY Blog .
COPY conf .
COPY assets .
COPY template .
COPY conf ./conf
COPY assets ./assets
COPY template ./template
EXPOSE 8088
RUN chmod 777 Blog
CMD ./Blog -profile=prod