First to gitea[
Some checks failed
Build and Deploy on Tag / update-tap (push) Failing after 17s

This commit is contained in:
2026-05-01 08:16:45 -05:00
parent 443984b837
commit 6c8d014bca
6 changed files with 72 additions and 21 deletions

6
Dockerfile.cpkg Normal file
View File

@@ -0,0 +1,6 @@
FROM git.tesses.org/tesses50/crosslang:latest
WORKDIR /app
COPY ./Tesses.CrossLang.PackageServer/bin/Tesses.CrossLang.PackageServer-1.0.0.0-prod.crvm /app/Tesses.CrossLang.PackageServer-1.0.0.0-prod.crvm
EXPOSE 4206
ENTRYPOINT ["crossvm","Tesses.CrossLang.PackageServer-1.0.0.0-prod.crvm","/data"]