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 5c06bb5 commit 089771a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions specter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
FROM python:3.9

WORKDIR /code
COPY . /code

COPY ./requirements.txt /code/requirements.txt
RUN ls -la
RUN pip install -r /code/requirements.txt
RUN chmod +x populate.py
ENTRYPOINT ["/usr/bin/python3", "/code/populate.py"]
#CMD ["/usr/bin/python3", "/code/populate.py"]


0 comments on commit 089771a

Please sign in to comment.