synchronization
This commit is contained in:
5
CICD/Github/Dockerfile
Normal file
5
CICD/Github/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM busybox:latest
|
||||
|
||||
RUN echo "启动成功" > /file.txt
|
||||
|
||||
CMD ["tail","-f","/file.txt"]
|
Reference in New Issue
Block a user