diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,9 +2,9 @@ ARG PYTHON_VERSION=3.11-slim-bullseye FROM python:${PYTHON_VERSION} AS base -RUN ["chmod", "+x", "./entrypoint.sh"] +RUN ["chmod", "+x", "./thatcomputerscientist/entrypoint.sh"] -ENTRYPOINT [ "./entrypoint.sh" ] +ENTRYPOINT [ "./thatcomputerscientist/entrypoint.sh" ] RUN apt-get update && apt-get install -y \ python3-pip \ |
