This commit is contained in:
Omer Sabic 2024-05-29 21:06:15 +02:00
parent acb2e249c0
commit a71133c13d

View File

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