mirror of https://github.com/testerSunshine/12306
add docker-compose file
parent
0cc85766a4
commit
73d7ae3588
|
@ -0,0 +1,12 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
12306ticket:
|
||||
# image:
|
||||
build: .
|
||||
# ports:
|
||||
volumes:
|
||||
- ./:/usr/src/app
|
||||
container_name: 12306ticket
|
||||
|
||||
|
Loading…
Reference in New Issue