Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wenhuasuixing-crontab
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kc-repo
wenhuasuixing-crontab
Commits
a652251c
Commit
a652251c
authored
Nov 20, 2017
by
Brian Holsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
retry
parent
d4218554
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Dockerfile
Dockerfile
+5
-2
No files found.
Dockerfile
View file @
a652251c
...
@@ -7,7 +7,9 @@ RUN yum install -y cronie
...
@@ -7,7 +7,9 @@ RUN yum install -y cronie
USER
1001
USER
1001
#crontab
#add task file
RUN
crontab task.txt
ADD
task.txt /tmp/task.txt
RUN
crontab /tmp/task.txt
CMD
[ "/usr/bin/bash" ]
CMD
[ "/usr/bin/bash" ]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment