From 80d94de8dc74bd05a9cb0e6cfc130fd93c52eb39 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Thu, 3 Jul 2025 16:14:24 -0500 Subject: [PATCH] My Command --- Dockerfile | 3 +-- src/pages/index.tcross | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5bedad2..cc82de6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,14 +2,13 @@ FROM onedev.site.tesses.net/crosslang/crosslangextras/crosslangextras:latest AS WORKDIR /app COPY . . -RUN ls + RUN crosslang build FROM onedev.site.tesses.net/crosslang/crosslang:latest WORKDIR /app COPY --from=build /app/bin/cross-1.0.0.0-prod.crvm /app/ -RUN ls EXPOSE 4206 diff --git a/src/pages/index.tcross b/src/pages/index.tcross index 3e2db06..5da7213 100644 --- a/src/pages/index.tcross +++ b/src/pages/index.tcross @@ -22,7 +22,7 @@ func Pages.Index() -

This is a modified website

+

This is a modified website {{

1 John 4:4: You, dear children, are from God and have overcome them, because the one who is in you is greater than the one who is in the world.

); } \ No newline at end of file