last attempt before I end it

This commit is contained in:
Omer Sabic 2024-05-29 21:01:25 +02:00
parent 6e297e1995
commit 1c0c0eb039

View File

@ -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