Skip to content

Commit

Permalink
remove user from docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kr7ysztof committed Oct 3, 2022
1 parent a1a6658 commit ae7a4a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ dockerCommands ++= Seq(
Cmd("ENV", "PROXY_HOST", "0.0.0.0"),
Cmd("USER", "root"),
Cmd("RUN", "apt-get update && apt-get upgrade -y"),
Cmd("USER", "1001"),
)


Expand Down

0 comments on commit ae7a4a9

Please sign in to comment.