diff options
| author | Bobby <[email protected]> | 2023-11-10 20:01:55 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-11-10 20:01:55 -0500 |
| commit | f1a8e03f9a3da1966ce52b6b3dc613ffae884c82 (patch) | |
| tree | a6a3151beb1f5a201e4e6f105b2829278ee88343 /Dockerfile | |
| parent | b04e03a25800327b0ea78fef9fdea89ab4c89e22 (diff) | |
| download | thatcomputerscientist-f1a8e03f9a3da1966ce52b6b3dc613ffae884c82.tar.xz thatcomputerscientist-f1a8e03f9a3da1966ce52b6b3dc613ffae884c82.zip | |
Update Dockerfile
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 \ |
