1
0
Fork 0

fix CMD run not in shell

master
502647092 2018-09-03 00:20:44 +08:00
parent 0d7dea6932
commit c12bee74ec
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ ENV SOURCE=yumc.pw
ENV TARGET=https://git.yumc.pw
ENV PROTOCOL=git
CMD ["./main", "-s", "${SOURCE}", "-t", "${TARGET}", "-p", "${PROTOCOL}"]
CMD ./main -s ${SOURCE} -t ${TARGET} -p ${PROTOCOL}