build(Dockerfile): updating Dockerfile
All checks were successful
/ desec-script (push) Successful in 1m11s
All checks were successful
/ desec-script (push) Successful in 1m11s
This commit is contained in:
parent
ed893f3e98
commit
351045ed7c
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
FROM node:latest
|
||||
|
||||
CMD ["tail", "-f", "/dev/null"]
|
||||
COPY . /desec
|
||||
|
||||
WORKDIR /desec/server-scripts/desec-ip-sync/
|
||||
|
||||
CMD ["bash", "run.bash"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue