fix: структура как contracts-app — site/app.py + Dockerfile
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ COPY requirements.txt .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY app.py .
|
||||
COPY site /app/site
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
CMD ["python", "site/app.py"]
|
||||
|
||||
Reference in New Issue
Block a user