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 8e56d6b commit 60181c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ WORKDIR /code

COPY ./requirements.txt /code/requirements.txt
RUN pip install -r /code/requirements.txt
CMD ["python", "populate.py"]

0 comments on commit 60181c8

Please sign in to comment.