Revert "[docker] Run Docker container as root" (#2639)
This commit is contained in:
parent
0a0755c5a8
commit
aade3ab2ae
1 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,5 @@ ARG TARGETARCH
|
|||
# Add the binary file 'surreal' from the specified path on the host machine to the root directory in the container
|
||||
ADD $TARGETARCH/surreal /
|
||||
|
||||
USER root
|
||||
|
||||
# Set the entry point for the container to be the 'surreal' binary
|
||||
ENTRYPOINT ["/surreal"]
|
||||
|
|
Loading…
Reference in a new issue