mirror of
https://github.com/AskDavis/cyphernode.git
synced 2026-01-01 04:25:58 -08:00
Removed user on build, added user on run
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Build image
|
||||
|
||||
```shell
|
||||
docker build -t pycoinimg --build-arg USER_ID=$(id -u proxyuser) --build-arg GROUP_ID=$(id -g proxyuser) .
|
||||
docker build -t pycoinimg .
|
||||
```
|
||||
|
||||
# Usefull examples
|
||||
|
||||
Reference in New Issue
Block a user