Docker compose update for multiarch

Docker compose update for multiarch
pull/1061/head v0.13.0-rc1
Shahana Farooqui 2 years ago
parent dd328cad1c
commit da96875acb

@ -58,8 +58,8 @@ jobs:
command: | command: |
# Turn on Experimental features # Turn on Experimental features
LATEST_TAG="${CIRCLE_TAG:1}" LATEST_TAG="${CIRCLE_TAG:1}"
sudo mkdir $HOME/.docker sudo mkdir ./.docker
sudo sh -c 'echo "{ \"experimental\": \"enabled\" }" >> $HOME/.docker/config.json' sudo sh -c 'echo "{ \"experimental\": \"enabled\" }" >> ./.docker/config.json'
# #
sudo docker login --username=$DOCKERHUB_USER --password=$DOCKERHUB_PASS sudo docker login --username=$DOCKERHUB_USER --password=$DOCKERHUB_PASS
# #

4
.github/README.md vendored

@ -54,7 +54,7 @@ To download from master (*not recommended*):
``` ```
$ git clone https://github.com/Ride-The-Lightning/RTL.git $ git clone https://github.com/Ride-The-Lightning/RTL.git
$ cd RTL $ cd RTL
$ npm install --omit=dev --legacy-peer-deps $ npm install --omit=dev
``` ```
#### Or: Update existing dependencies #### Or: Update existing dependencies
``` ```
@ -62,7 +62,7 @@ $ cd RTL
$ git reset --hard HEAD $ git reset --hard HEAD
$ git clean -f -d $ git clean -f -d
$ git pull $ git pull
$ npm install --omit=dev --legacy-peer-deps $ npm install --omit=dev
``` ```
### <a name="prep"></a>Prep for Execution ### <a name="prep"></a>Prep for Execution
RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app. RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app.

@ -32,7 +32,7 @@ To download from master (*not recommended*):
``` ```
$ git clone https://github.com/Ride-The-Lightning/RTL.git $ git clone https://github.com/Ride-The-Lightning/RTL.git
$ cd RTL $ cd RTL
$ npm install --omit=dev --legacy-peer-deps $ npm install --omit=dev
``` ```
#### Or: Update existing build #### Or: Update existing build
@ -41,7 +41,7 @@ $ cd RTL
$ git reset --hard HEAD $ git reset --hard HEAD
$ git clean -f -d $ git clean -f -d
$ git pull $ git pull
$ npm install --omit=dev --legacy-peer-deps $ npm install --omit=dev
``` ```
### <a name="prep"></a>Prep for Execution ### <a name="prep"></a>Prep for Execution
RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app. RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app.

@ -28,7 +28,7 @@ To download from master (*not recommended*) follow the below instructions:
``` ```
$ git clone https://github.com/Ride-The-Lightning/RTL.git $ git clone https://github.com/Ride-The-Lightning/RTL.git
$ cd RTL $ cd RTL
$ npm install --omit=dev --legacy-peer-deps $ npm install --omit=dev
``` ```
#### Or: Update existing build #### Or: Update existing build
``` ```
@ -36,7 +36,7 @@ $ cd RTL
$ git reset --hard HEAD $ git reset --hard HEAD
$ git clean -f -d $ git clean -f -d
$ git pull $ git pull
$ npm install --omit=dev --legacy-peer-deps $ npm install --omit=dev
``` ```
### <a name="prep"></a>Prep for Execution ### <a name="prep"></a>Prep for Execution
RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app. RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app.

Loading…
Cancel
Save