新增docker部署
This commit is contained in:
parent
4f22a9f363
commit
5f75122b32
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
FROM java:8
|
||||||
|
|
||||||
|
MAINTAINER octopus
|
||||||
|
|
||||||
|
RUN mkdir -p /spider-flow
|
||||||
|
|
||||||
|
WORKDIR /spider-flow
|
||||||
|
|
||||||
|
EXPOSE 8088
|
||||||
|
|
||||||
|
ADD ./spider-flow-web/target/spider-flow.jar ./
|
||||||
|
|
||||||
|
CMD sleep 30;java -Djava.security.egd=file:/dev/./urandom -jar spider-flow.jar
|
Loading…
Reference in New Issue
Block a user