From b8b50e7350d548fec5793c69ec85aae68145c3dc Mon Sep 17 00:00:00 2001 From: Brage Date: Sun, 14 Jan 2024 19:23:17 +0100 Subject: [PATCH] Changed python --- dockerfiles/Python | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dockerfiles/Python b/dockerfiles/Python index 67d66952..e68bcbdf 100644 --- a/dockerfiles/Python +++ b/dockerfiles/Python @@ -2,6 +2,8 @@ FROM python:3.11 #FROM python:3.8-slim-buster +ARG MODULE_NAME + # Sett arbeidskatalogen til /app WORKDIR /app