mirror of
https://github.com/KevinMidboe/cloudflare-ddns.git
synced 2025-10-29 17:40:17 +00:00
Don't copy .env file into docker container
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
FROM python:3.10-alpine
|
FROM python:3.10-alpine
|
||||||
|
|
||||||
COPY *.py ./
|
COPY *.py ./
|
||||||
COPY .env ./
|
|
||||||
|
|
||||||
RUN pip install requests python-dotenv
|
RUN pip install requests python-dotenv
|
||||||
CMD python3 main.py
|
CMD python3 main.py
|
||||||
|
|||||||
Reference in New Issue
Block a user