+ possible change node version with build finish image of workspace

This commit is contained in:
2021-08-03 16:52:21 +03:00
parent db0bb333fa
commit 73e2eb7853
4 changed files with 37 additions and 1 deletions

View File

@ -37,9 +37,10 @@ services:
build:
context: ./dockerfiles/workspace
args:
- CUSTOM_PUID=1001
- CUSTOM_PUID=${WORKSPACE_PUID}
- CUSTOM_PGID=${WORKSPACE_PGID}
- CUSTOM_TZ=${WORKSPACE_TIMEZONE}
- CUSTOM_NODE_VERSION=${WORKSPACE_CUSTOM_NODE_VERSION}
restart: always
volumes:
- ${PROJECTS_DIR}:/var/www