修改dockerfile
This commit is contained in:
parent
00e3bae5bd
commit
c99414b3ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue