수정
This commit is contained in:
@@ -10,6 +10,7 @@ WORKDIR /app
|
||||
|
||||
COPY migrator.py mapping.yaml app.py requirements.txt ./
|
||||
COPY templates ./templates
|
||||
COPY static ./static
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt gunicorn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user