Skip to content

Commit 157c50d

Browse files
Update Dockerfile
1 parent c15f967 commit 157c50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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", "poc.py"]
6+
ENTRYPOINT ["python", "poc.py"]

0 commit comments

Comments
 (0)