Skip to content

Commit 6c17aba

Browse files
Update and rename .dockerfile to Dockerfile
1 parent 6f0c8b3 commit 6c17aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dockerfile renamed to Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ RUN mkdir /app
33
ADD . /app
44
WORKDIR /app
55
RUN pip install -r requirements.txt
6-
CMD ["python", "app.py"]
6+
CMD ["python", "poc.py"]

0 commit comments

Comments
 (0)