Skip to content

Commit

Permalink
Modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonsmith1897 committed Sep 14, 2023
1 parent 9d729df commit 65c8bed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ COPY requirements.txt /app/requirements.txt
RUN pip3 install -r requirements.txt

# Avvia il contenitore e avvia il comando bash
#ENTRYPOINT ["python", "app.py"]
#CMD ["python", "script.py"]
CMD ["/bin/bash"]

0 comments on commit 65c8bed

Please sign in to comment.