First commit
All checks were successful
Build tesses.net / build-and-push-image (push) Successful in 49s
All checks were successful
Build tesses.net / build-and-push-image (push) Successful in 49s
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM git.tesses.org/tesses50/crosslang-withshell:latest AS build
|
||||
|
||||
COPY . /src
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
RUN crosslang build
|
||||
|
||||
FROM git.tesses.org/tesses50/crosslang:latest
|
||||
|
||||
COPY --from=build /src/bin/TessesNet-1.0.0.0-prod.crvm /TessesNet.crvm
|
||||
|
||||
ENTRYPOINT ["/usr/bin/env", "crossvm", "/TessesNet.crvm"]
|
||||
Reference in New Issue
Block a user