Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro authored Dec 12, 2023
1 parent 92c4e96 commit 9f701eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
# Sets the maintainer to me, Minionguyjpro!
MAINTAINER Minionguyjpro
# Copies the WinUEFI batch file to the container
COPY ./src/WinUEFI.bat WinUEFI.bat
COPY ./src .
# Runs the WinUEFI batch file
CMD C:\WinUEFI.bat && cmd
CMD ["WinUEFI.bat"]

0 comments on commit 9f701eb

Please sign in to comment.