diff --git a/README.md b/README.md index 5c85020..83e800b 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,8 @@ WORKDIR /usr/share/nginx/html # Copy frontend build from frontend stage to nginx directory COPY --from=frontend /app/quirknotes/frontend/build ./ -# Expose port 3000 to serve the frontend -EXPOSE 3000 +# Expose port 80 to serve the frontend +EXPOSE 80 # Command to start nginx and serve frontend CMD ["nginx", "-g", "daemon off;"] @@ -217,4 +217,4 @@ stop the container specified by which is the name/ID you found. Congratulations! You now know how to continuously deploy your frontend application! As for lab 6, your goal is to successfully deploy the backend. -You will find detailed instructions on Quercus. \ No newline at end of file +You will find detailed instructions on Quercus.