Create Dockerfile.ddns
This commit is contained in:
parent
4456dd72a8
commit
916759a299
10
Dockerfile.ddns
Normal file
10
Dockerfile.ddns
Normal file
@ -0,0 +1,10 @@
|
||||
FROM alpine
|
||||
MAINTAINER Team Lixo <lixonet@team.lixo>
|
||||
|
||||
WORKDIR /app
|
||||
ADD ddns/update.sh /app
|
||||
|
||||
RUN chmod -R 700 /app && chmod +x /app/update.sh
|
||||
|
||||
ENTRYPOINT ["/app/update.sh"]
|
||||
CMD []
|
Loading…
x
Reference in New Issue
Block a user