From 8b99fc0dd8a3268a248f7840eedcb614bad5bb03 Mon Sep 17 00:00:00 2001 From: Mohamed ElSayed Date: Mon, 2 Dec 2024 12:32:20 +1100 Subject: [PATCH] chore: Revert changes to Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24784f4..78cddda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ RUN apt-get update && \ # Include global arg in this stage of the build ARG FUNCTION_DIR - # Create function directory RUN mkdir -p ${FUNCTION_DIR} WORKDIR ${FUNCTION_DIR}