Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
okemghou authored Nov 14, 2024
1 parent ee2f6c4 commit 5c06bb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY ./requirements.txt /code/requirements.txt
RUN ls -la
RUN pip install -r /code/requirements.txt
RUN chmod +x populate.py
CMD ["/usr/bin/python3", "/code/populate.py"]
ENTRYPOINT ["/usr/bin/python3", "/code/populate.py"]
#CMD ["/usr/bin/python3", "/code/populate.py"]


0 comments on commit 5c06bb5

Please sign in to comment.