generated from nathanwoodburn/python-webserver-template
fix: Typo in copy instruction
All checks were successful
Build Docker / BuildImage (push) Successful in 1m26s
All checks were successful
Build Docker / BuildImage (push) Successful in 1m26s
This commit is contained in:
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||||||
# Copy application files
|
# Copy application files
|
||||||
COPY *.py /app/
|
COPY *.py /app/
|
||||||
COPY templates/ /app/templates/
|
COPY templates/ /app/templates/
|
||||||
COPY hsd_ksk /app
|
COPY hsd-ksk /app
|
||||||
|
|
||||||
|
|
||||||
# Optionally mount /data to store the data
|
# Optionally mount /data to store the data
|
||||||
|
|||||||
Reference in New Issue
Block a user