[call-me] - add missing

This commit is contained in:
Miroslav Pejic
2024-09-13 14:17:12 +02:00
parent d98552d3c1
commit 7665b2a0f8
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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:
+6
View File
@@ -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