From bae6688fa5302ea32b307d9e1ed448097c46926d Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Fri, 15 Nov 2024 11:01:50 -0700 Subject: [PATCH] edit page updates --- .../modules/[moduleName]/page/[pageName]/EditPage.tsx | 1 - nextjs/src/app/newCourse/NewCourseForm.tsx | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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: