Skip to content

Commit fc78a16

Browse files
committed
Readded Docerkfile_WindowsInstaller
1 parent 1bd3ee0 commit fc78a16

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Base image is the Alpine Linux distro with .NET Core runtime
2+
FROM mcr.microsoft.com/dotnet/runtime:8.0-noble-chiseled
3+
4+
## Copies contents of the installer folder into the Docker image
5+
ADD /InstalledFiles/ /metamorpheus/
6+
7+
## Set the entrypoint of the Docker image to CMD.exe
8+
ENTRYPOINT ["/metamorpheus/CMD.exe"]

0 commit comments

Comments
 (0)