From a71133c13d609ea314763a77724d78811cd4a7b3 Mon Sep 17 00:00:00 2001 From: Omer Sabic Date: Wed, 29 May 2024 21:06:15 +0200 Subject: [PATCH] oopsie --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29ebceb..fab1241 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,6 @@ 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