修改Dockerfile
This commit is contained in:
parent
a37aa6db0a
commit
ec5a5e7031
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue