This commit is contained in:
Omer Sabic 2024-05-29 21:00:41 +02:00
parent 5ac4aa6b80
commit 6e297e1995

View File

@ -10,6 +10,8 @@ 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