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 27bb8d3 commit ee2f6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ 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"]
CMD ["/usr/bin/python3", "/code/populate.py"]


0 comments on commit ee2f6c4

Please sign in to comment.