new_docker

This commit is contained in:
ahmed531998 2023-04-21 01:16:28 +02:00
parent 0af35a2616
commit 1d8e052e39
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM python:3.8
FROM python:3.8.10-slim
WORKDIR /backend
WORKDIR /backend_janet
COPY requirements_main.txt .