Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Bergendahl committed Feb 9, 2024
1 parent 6d39b1a commit b47ae8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ COPY sched.bat .
RUN .\sched.bat

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

# Switch to user
USER steamcmd

# Create SteamCMD directory
RUN New-Item -ItemType Directory "c:\steamcmd"
Expand Down

0 comments on commit b47ae8d

Please sign in to comment.