update docker file
This commit is contained in:
@@ -5,3 +5,4 @@
|
||||
.vscode
|
||||
.venv/
|
||||
__pycache__/
|
||||
history/
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
FROM python:3.10.6-slim
|
||||
|
||||
# Install app
|
||||
COPY . /usr/app
|
||||
WORKDIR /usr/app
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
# Install dependencies
|
||||
RUN pip install --upgrade pip && pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user