Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenwacker authored Jul 29, 2024
1 parent 24215e3 commit 68ef0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY . /app
WORKDIR /app

# Install Python dependencies
RUN pip install .
RUN pip install . && pip list

# Make the entrypoint script executable and run it
CMD ["./entrypoint.sh"]

0 comments on commit 68ef0ee

Please sign in to comment.