mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-12 15:05:42 +02:00
add docker functionality
This commit is contained in:
parent
058a32533b
commit
28f384ee92
10 changed files with 46 additions and 0 deletions
7
nginx/Dockerfile
Normal file
7
nginx/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM nginx:alpine
|
||||
RUN mkdir -p /var/www/html/src
|
||||
COPY nginx/default.conf /etc/nginx/conf.d/
|
||||
COPY ./data/src/ /var/www/html/src
|
||||
COPY ./data/update.php /var/www/html
|
||||
COPY ./data/.env.dist /var/www/html/.env
|
||||
VOLUME /var/www/html
|
Loading…
Add table
Add a link
Reference in a new issue