Commit 1ae10416 authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #701 from thorerik/fix-yarn

Fix yarn installation
parents 3e615546 8869b22a
...@@ -32,7 +32,7 @@ services: ...@@ -32,7 +32,7 @@ services:
- PUID=${WORKSPACE_PUID} - PUID=${WORKSPACE_PUID}
- PGID=${WORKSPACE_PGID} - PGID=${WORKSPACE_PGID}
- NODE_VERSION=${WORKSPACE_NODE_VERSION} - NODE_VERSION=${WORKSPACE_NODE_VERSION}
- YARN_VERSION=${WORKSPACE_TIMEZONE} - YARN_VERSION=${WORKSPACE_YARN_VERSION}
- TZ=${WORKSPACE_TIMEZONE} - TZ=${WORKSPACE_TIMEZONE}
volumes_from: volumes_from:
- applications - applications
......
...@@ -28,6 +28,7 @@ WORKSPACE_INSTALL_MC=false ...@@ -28,6 +28,7 @@ WORKSPACE_INSTALL_MC=false
WORKSPACE_PUID=1000 WORKSPACE_PUID=1000
WORKSPACE_PGID=1000 WORKSPACE_PGID=1000
WORKSPACE_NODE_VERSION=stable WORKSPACE_NODE_VERSION=stable
WORKSPACE_YARN_VERSION=latest
WORKSPACE_TIMEZONE=UTC WORKSPACE_TIMEZONE=UTC
WORKSPACE_SSH_PORT=2222 WORKSPACE_SSH_PORT=2222
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment