Created Dockerfile
This commit is contained in:
parent
8f69f332af
commit
a695ded09d
1 changed files with 8 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
FROM alpine
|
||||||
|
|
||||||
|
RUN apk add bash coreutils
|
||||||
|
|
||||||
|
WORKDIR /code
|
||||||
|
COPY ./backup.sh .
|
||||||
|
|
||||||
|
ENTRYPOINT ["/code/backup.sh"]
|
Loading…
Add table
Reference in a new issue