Merge pull request #8 from tofran/docker-all-the-things
Created Dockerfile
This commit is contained in:
commit
af46b7f3d5
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