mirror of
https://github.com/skoelle/calender_sync.git
synced 2026-09-17 18:20:24 +00:00
license added
This commit is contained in:
@@ -5,6 +5,7 @@ WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY LICENSE .
|
||||
COPY sync.py .
|
||||
COPY api/ ./api/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user