mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-15 09:14:25 +01:00
Using cyphernodeconf for git container instead of alpinegit
This commit is contained in:
2
dist/setup.sh
vendored
2
dist/setup.sh
vendored
@@ -688,7 +688,7 @@ install_apps() {
|
||||
if [ ! -d "$current_path/apps" ]; then
|
||||
local apps_repo="https://github.com/SatoshiPortal/cypherapps.git"
|
||||
echo " [32mclone[0m $apps_repo into apps"
|
||||
docker run --rm -v "$current_path":/git alpine/git clone "$apps_repo" apps > /dev/null 2>&1
|
||||
docker run --rm -v "$current_path":/git --entrypoint git cyphernode/cyphernodeconf:$CONF_VERSION clone "$apps_repo" /git/apps > /dev/null 2>&1
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM node:11.1-alpine
|
||||
|
||||
RUN apk add --update bash su-exec p7zip openssl nano apache2-utils && rm -rf /var/cache/apk/*
|
||||
RUN apk add --update bash su-exec p7zip openssl nano apache2-utils git && rm -rf /var/cache/apk/*
|
||||
RUN mkdir -p /app
|
||||
RUN mkdir /.config
|
||||
RUN chmod a+rwx /.config
|
||||
|
||||
Reference in New Issue
Block a user