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