Archived
+3
-3
@@ -7,9 +7,9 @@ COPY requirements.txt ./
|
|||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
||||||
COPY src .
|
|
||||||
|
|
||||||
# étape de production
|
# étape de production
|
||||||
COPY src .
|
COPY src ./src
|
||||||
EXPOSE 8765
|
EXPOSE 8765
|
||||||
CMD ["python3", "-u", "main.py"]
|
CMD ["python3", "-u", "./src/main.py"]
|
||||||
Reference in New Issue
Block a user