From 717532bd948166af8dd54be8957fab5b51f9ff4e Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 10 Nov 2023 20:04:30 -0500 Subject: Update Dockerfile --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index c94dc50d..6d2a9ed5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,6 @@ ARG PYTHON_VERSION=3.11-slim-bullseye FROM python:${PYTHON_VERSION} AS base -RUN ["chmod", "+x", "./thatcomputerscientist/entrypoint.sh"] - -ENTRYPOINT [ "./thatcomputerscientist/entrypoint.sh" ] - RUN apt-get update && apt-get install -y \ python3-pip \ python3-venv \ -- cgit v1.2.3