initial Dockerfile commit
This commit is contained in:
commit
0e82faf171
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
FROM alpine:latest
|
||||||
|
|
||||||
|
MAINTAINER Jochen Welzel
|
||||||
|
|
||||||
|
RUN apk update && apk upgrade && apk add bash && apk add openssh-client
|
||||||
|
|
||||||
|
COPY scp_and_reload.sh /
|
||||||
|
RUN chmod 755 /scp_and_reload.sh
|
||||||
|
|
||||||
|
ENTRYPOINT ["/scp_and_reload.sh"]
|
3
scp_and_reload.sh
Normal file
3
scp_and_reload.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user