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