doc: added some comment
This commit is contained in:
@@ -20,8 +20,10 @@ RUN apt update && \
|
|||||||
vim \
|
vim \
|
||||||
cron
|
cron
|
||||||
|
|
||||||
|
# Copy files
|
||||||
COPY isalive.sh .
|
COPY isalive.sh .
|
||||||
COPY cron.conf .
|
COPY cron.conf .
|
||||||
COPY start.sh .
|
COPY start.sh .
|
||||||
|
|
||||||
|
# Start script
|
||||||
CMD ["./start.sh"]
|
CMD ["./start.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user