Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;"]
Expand Down Expand Up @@ -217,4 +217,4 @@ stop the container specified by <container_id> 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.
You will find detailed instructions on Quercus.