Merge pull request '更新Dockerfile添加文件执行权限' (#4) from develop into local-test
All checks were successful
CI / Docker-Build (push) Successful in 1m55s
All checks were successful
CI / Docker-Build (push) Successful in 1m55s
Reviewed-on: #4
This commit is contained in:
commit
3f64881096
@ -1,5 +1,6 @@
|
||||
FROM alpine
|
||||
COPY ./rts-sim-testing-service /usr/local/bin/rts-sim-testing-service
|
||||
RUN chmod +x /usr/local/bin/rts-sim-testing-service
|
||||
WORKDIR /bj-rtsts
|
||||
COPY ./config/*.yml ./
|
||||
CMD [ "rts-sim-testing-service" ]
|
Loading…
Reference in New Issue
Block a user