修改错误的docker
This commit is contained in:
@@ -73,13 +73,13 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
|
|
||||||
# jero-boot-xxljob:
|
jero-boot-xxljob:
|
||||||
# build:
|
build:
|
||||||
# context: ./jero-cloud-xxljob
|
context: ./jero-cloud-xxljob
|
||||||
# ports:
|
ports:
|
||||||
# - 9080:9080
|
- 9080:9080
|
||||||
# container_name: jero-boot-xxljob
|
container_name: jero-boot-xxljob
|
||||||
# hostname: jero-boot-xxljob
|
hostname: jero-boot-xxljob
|
||||||
|
|
||||||
# jero-boot-rabbitmq:
|
# jero-boot-rabbitmq:
|
||||||
# # image: rabbitmq:3-management
|
# # image: rabbitmq:3-management
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ EXPOSE 9999
|
|||||||
|
|
||||||
ADD ./target/jero-cloud-gateway-2.4.2.jar ./
|
ADD ./target/jero-cloud-gateway-2.4.2.jar ./
|
||||||
|
|
||||||
CMD sleep 10;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jero-cloud-gateway-2.4.2.jar
|
CMD java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jero-cloud-gateway-2.4.2.jar
|
||||||
Reference in New Issue
Block a user