shivan-s / env-problems

Example of env quicks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Env Problems

Imagine you are using a service to auto generated random passwords.

You opt for a services that produces all the special characters like $ and save them in a .env file.

You will see why this is problematic with node vs docker.

Requirements

  • docker
  • docker compose
  • node

How to Run

# for node
npm install
node index.js


# for docker
docker compose up --build

About

Example of env quicks

License:MIT License


Languages

Language:JavaScript 73.4%Language:Dockerfile 26.6%