mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-4715] provide support for Docker variables (#3329)
* provide support for Docker variables * remove test code * update docs
This commit is contained in:
@@ -8,4 +8,7 @@ docker rmi -f $DOCKER_IMAGE_REPO
|
||||
docker build -t $DOCKER_IMAGE_REPO .
|
||||
|
||||
echo "http://localhost:${HOST_PORT}"
|
||||
docker run --rm -it --user 1000:1000 --publish $HOST_PORT:$CONTAINER_PORT $DOCKER_IMAGE_REPO
|
||||
|
||||
docker run --rm -it \
|
||||
--user 1000:1000 \
|
||||
--publish $HOST_PORT:$CONTAINER_PORT $DOCKER_IMAGE_REPO
|
||||
|
Reference in New Issue
Block a user