[call-me] - add missing
This commit is contained in:
@@ -21,7 +21,7 @@ This project allows you to:
|
||||
**[Install Node.js and npm](https://nodejs.org/en/download)**
|
||||
|
||||
```shell
|
||||
# Copy the .env and edit if need
|
||||
# Copy .env.template to .env and customize it according to your needs if needed
|
||||
cp .env.template .env
|
||||
|
||||
# Install dependencies:
|
||||
|
||||
@@ -23,6 +23,9 @@ Install `NodeJS 18.X` and `npm` using [Node Version Manager](https://docs.mirota
|
||||
## Quick start
|
||||
|
||||
```bash
|
||||
# Copy .env.template to .env and customize it according to your needs if needed
|
||||
$ cp .env.template .env
|
||||
|
||||
# Install dependencies
|
||||
$ npm install
|
||||
|
||||
@@ -65,6 +68,9 @@ $ sudo apt install -y docker.io
|
||||
# Instal docker-compose
|
||||
$ sudo apt install -y docker-compose
|
||||
|
||||
# Copy .env.template to .env and customize it according to your needs if needed
|
||||
$ cp .env.template .env
|
||||
|
||||
# Build the docker image
|
||||
$ docker build -t call/me . # --load
|
||||
|
||||
|
||||
Reference in New Issue
Block a user