Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsv committed Feb 8, 2024
1 parent 76cf6e1 commit 1f8836e
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 @@ -12,8 +12,8 @@ ENV HOME "c:\steamcmd"

USER ContainerAdministrator

COPY sched.bat .
RUN sched.bat; exit 0
COPY sched.bat c:\steamcmd\sched.bat
RUN c:\steamcmd\sched.bat

# Create system user
RUN New-LocalUser -Name "steamcmd" -NoPassword -AccountNeverExpires -UserMayNotChangePassword | Set-LocalUser -PasswordNeverExpires $true
Expand Down

0 comments on commit 1f8836e

Please sign in to comment.