1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-10 14:15:14 +02:00
This commit is contained in:
NiiWiiCamo 2024-02-13 15:43:15 +01:00
parent 51948c7d69
commit 1d3bdc61bc

View file

@ -1,6 +1,6 @@
FROM nginx:alpine
RUN mkdir -p /var/www/html/src
COPY ./nginx/default.conf /etc/nginx/conf.d/
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