diff --git a/nextjs/src/app/course/[courseName]/modules/[moduleName]/page/[pageName]/EditPage.tsx b/nextjs/src/app/course/[courseName]/modules/[moduleName]/page/[pageName]/EditPage.tsx index 0a846bb..9765cee 100644 --- a/nextjs/src/app/course/[courseName]/modules/[moduleName]/page/[pageName]/EditPage.tsx +++ b/nextjs/src/app/course/[courseName]/modules/[moduleName]/page/[pageName]/EditPage.tsx @@ -1,5 +1,4 @@ "use client"; - import { MonacoEditor } from "@/components/editor/MonacoEditor"; import { usePageQuery, diff --git a/nextjs/src/app/newCourse/NewCourseForm.tsx b/nextjs/src/app/newCourse/NewCourseForm.tsx index e6cc791..69c18ba 100644 --- a/nextjs/src/app/newCourse/NewCourseForm.tsx +++ b/nextjs/src/app/newCourse/NewCourseForm.tsx @@ -24,9 +24,9 @@ import React, { useMemo, useState } from "react"; const sampleCompose = `services: canvas_manager: image: alexmickelson/canvas_management:2 # pull this image regularly - user: 1000:1000 # userid:groupid that matches file ownership on host system + user: 1000:1000 # userid:groupid that matches file ownership on host system (probably leave like this) ports: - - 8080:3000 # hostPort:containerPort - you can change the first one if you like + - 8080:3000 # hostPort:containerPort - you can change the host port if you like env_file: - .env # needs to have your CANVAS_TOKEN set environment: