mirror of
https://github.com/andrey271192/kaskad_web_vpn.git
synced 2026-09-20 11:55:35 +00:00
fix(docker): COPY multi-source dest must end with slash
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -33,7 +33,7 @@ RUN set -eux; \
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY app.py kaskad_store.py system_info.py .
|
||||
COPY app.py kaskad_store.py system_info.py /app/
|
||||
COPY templates ./templates
|
||||
COPY static ./static
|
||||
|
||||
|
||||
Reference in New Issue
Block a user