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