From 1c0c0eb0396a47fb653eebf43234825375aa6188 Mon Sep 17 00:00:00 2001 From: Omer Sabic Date: Wed, 29 May 2024 21:01:25 +0200 Subject: [PATCH] last attempt before I end it --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2912524..29ebceb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY build ./build # Change directory to the build folder WORKDIR /app/build -RUN echo '{ "type": "module" }' > ./build/package.json +RUN echo '{ "type": "module" }' > build/package.json # Make port 3000 available to the world outside this container, if necessary EXPOSE 3000