From b5c3726117e97e1e307bf793e7a6f847a17c951b Mon Sep 17 00:00:00 2001 From: Anna Chester <74325334+CodeMakesMeSmile@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:51:06 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.