From 6e297e1995ae8174ad70de0450269b71289db339 Mon Sep 17 00:00:00 2001 From: Omer Sabic Date: Wed, 29 May 2024 21:00:41 +0200 Subject: [PATCH] end me --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index fab1241..2912524 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ COPY build ./build # Change directory to the build folder WORKDIR /app/build +RUN echo '{ "type": "module" }' > ./build/package.json + # Make port 3000 available to the world outside this container, if necessary EXPOSE 3000