修改Dockerfile #6
|
@ -3,6 +3,8 @@ RUN mkdir /app
|
|||
WORKDIR /app
|
||||
COPY Blog .
|
||||
COPY conf .
|
||||
COPY assets .
|
||||
COPY template .
|
||||
EXPOSE 8088
|
||||
RUN chmod 777 Blog
|
||||
CMD ./Blog
|
||||
|
|
Loading…
Reference in New Issue