sergey-hovhannisyan commited on
Commit
cfe49b8
1 Parent(s): 923099b

dockerfile path correction

Browse files
Dockerfile CHANGED
@@ -2,4 +2,4 @@ FROM python:3.11.2-slim-buster
2
  COPY . /app
3
  WORKDIR /app
4
  RUN pip install -r requirements.txt
5
- CMD [ "python", "test.py"]
 
2
  COPY . /app
3
  WORKDIR /app
4
  RUN pip install -r requirements.txt
5
+ CMD [ "python", "src/test.py"]
docs/images/dockerContainerProof.png CHANGED