generated from nathanwoodburn/python-webserver-template
feat: Update tools to allow custom DNS server
Some checks failed
Build Docker / BuildImage (push) Failing after 32s
Some checks failed
Build Docker / BuildImage (push) Failing after 32s
This commit is contained in:
@@ -9,7 +9,11 @@ COPY requirements.txt /app
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
python3 -m pip install -r requirements.txt
|
||||
|
||||
COPY . /app
|
||||
# Copy application files
|
||||
COPY *.py /app/
|
||||
COPY templates/ /app/templates/
|
||||
COPY hsd_ksk /app
|
||||
|
||||
|
||||
# Optionally mount /data to store the data
|
||||
# VOLUME /data
|
||||
|
||||
Reference in New Issue
Block a user